Html Css Color HEX #CC6555 Sunglo

📋 copy color: '#CC6555'

red 204 ◦ green 101 ◦ blue 85

#CC6555
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunglo #CC6555

Tints of Sunglo #CC6555

RGB

 RED value IS 204 (80.08% from 255) = 52.31%

 GREEN value IS 101 (39.84% from 255) = 25.9%

 BLUE value IS 85 (33.59% from 255) = 21.79%

R = 52.31%
G = 25.9%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC6555 (or 0xCC6555) is known color: Sunglo. HEX triplet: CC, 65 and 55. RGB value is (204,101,85). Sum of RGB (Red+Green+Blue) = 204+101+85=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6555 is #339AAA. Grayscale: #828282. Windows color (decimal): -3381931 or 5596620. OLE color: 5596620.

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

Color convert

RGB 204 101 85 -
CMYK 0 0.50 0.58 0.2
HSL 8.07º 0.54% 0.57% -
HSV(B) 8.07º 0.58% 0.8% -
XYZ 31.2 22.8 11.35 -
YUV 129.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 204 101 85 0 0.50 0.58 0.2 8.07 0.54 0.57
Hex CC 65 55 0 32 3A 14 8 36 39
Octal 314 145 125 0 62 72 24 10 66 71
Binary 11001100 1100101 1010101 0 110010 111010 10100 1000 110110 111001

Color Harmonies of #CC6555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6555

Black with #CC6555

Text Example


Text Example

White with #CC6555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6555; }

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

 H1.HeaderClassName
 {
   color: #CC6555;
 }
 .AnyTagClassName
 {
   color: #CC6555;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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