#CC645B

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

Shades of Sunglo #CC645B

Tints of Sunglo #CC645B

Color information

#CC645B (or 0xCC645B) is unknown color: approx Sunglo. HEX triplet: CC, 64 and 5B. RGB value is (204,100,91). Sum of RGB (Red+Green+Blue) = 204+100+91=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC645B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC645B is #339BA4. Grayscale: #828282. Windows color (decimal): -3382181 or 5989580. OLE color: 5989580.

HSL color Cylindrical-coordinate representation of color #CC645B: hue angle of 4.78º 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 #CC645B is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB20410091-
CMYK00.510.550.2
HSL4.78º52.56%57.84%-
HSV(B)4.78º55.39%80%-
XYZ31.3522.7112.63-
YUV130.07105.96180.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.65%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=51.65%
G=25.32%
B=23.04%

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
Decimal2041009100.510.550.24.7852.5657.84
HexCC645B03337145353a
Octal314144133063672456572
Binary1100110011001001011011011001111011110100101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC645B; }

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

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

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

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

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

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

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

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