#CC655A

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

Shades of Sunglo #CC655A

Tints of Sunglo #CC655A

Color information

#CC655A (or 0xCC655A) is unknown color: approx Sunglo. HEX triplet: CC, 65 and 5A. RGB value is (204,101,90). Sum of RGB (Red+Green+Blue) = 204+101+90=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC655A is #339AA5. Grayscale: #828282. Windows color (decimal): -3381926 or 5924300. OLE color: 5924300.

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

Color convert

RGB20410190-
CMYK00.500.560.2
HSL5.79º52.78%57.65%-
HSV(B)5.79º55.88%80%-
XYZ31.422.8812.43-
YUV130.54105.12180.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.65%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=51.65%
G=25.57%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041019000.500.560.25.7952.7857.65
HexCC655A03238146353a
Octal314145132062702466572
Binary1100110011001011011010011001011100010100110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC655A; }

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

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

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

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

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

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

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

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