#cc635b

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

Shades of Sunglo #CC635B

Tints of Sunglo #CC635B

Color information

#CC635B (or 0xCC635B) is unknown color: approx Sunglo. HEX triplet: CC, 63 and 5B. RGB value is (204,99,91). Sum of RGB (Red+Green+Blue) = 204+99+91=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC635B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC635B is #339CA4. Grayscale: #818181. Windows color (decimal): -3382437 or 5989324. OLE color: 5989324.

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

Color convert

RGB2049991-
CMYK00.510.550.2
HSL4.25º52.56%57.84%-
HSV(B)4.25º55.39%80%-
XYZ31.2522.5212.6-
YUV129.48106.29181.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.78%
GREEN value IS 99 (39.06% from 255) = 25.13%
BLUE value IS 91 (35.94% from 255) = 23.10%
R=51.78%
G=25.13%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204999100.510.550.24.2552.5657.84
HexCC635B03337144353a
Octal314143133063672446572
Binary1100110011000111011011011001111011110100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc635b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc635b; }

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

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

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

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

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

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

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

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