#CC635A

Color #CC635A Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #CC635A

Tints of Sunglo #CC635A

Color information

#CC635A (or 0xCC635A) is unknown color: approx Sunglo. HEX triplet: CC, 63 and 5A. RGB value is (204,99,90). Sum of RGB (Red+Green+Blue) = 204+99+90=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC635A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC635A is #339CA5. Grayscale: #818181. Windows color (decimal): -3382438 or 5923788. OLE color: 5923788.

HSL color Cylindrical-coordinate representation of color #CC635A: hue angle of 4.74º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC635A is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB2049990-
CMYK00.510.560.2
HSL4.74º52.78%57.65%-
HSV(B)4.74º55.88%80%-
XYZ31.2122.512.37-
YUV129.37105.79181.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 99 (39.06% from 255) = 25.19%
BLUE value IS 90 (35.55% from 255) = 22.90%
R=51.91%
G=25.19%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204999000.510.560.24.7452.7857.65
HexCC635A03338145353a
Octal314143132063702456572
Binary1100110011000111011010011001111100010100101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC635A; }

 p { color: rgb(204,99,90); }

 H1.HeaderClassName
 {
   color: #CC635A;
 }
 .AnyTagClassName
 {
   color: #CC635A;
 }
</style>
background-color css

<style>
 a { background-color: #CC635A; }

 a { background-color: rgb(204,99,90); }

 div.DivClassName
 {
   background-color: #CC635A;
 }
 .BgClassName
 {
   background-color: #CC635A;
 }
</style>
border-color css

<style>
 span { border-color: #CC635A; }

 span { border-color: rgb(204,99,90); }

 td.TdClassName
 {
   border-color: #CC635A;
 }
 .TagClassName
 {
   border-color: #CC635A;
 }
</style>