Html Css Color HEX #CC6656 Sunglo

📋 copy color: '#CC6656'

red 204 ◦ green 102 ◦ blue 86

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

Shades of Sunglo #CC6656

Tints of Sunglo #CC6656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.02%

 BLUE value IS 86 (33.98% from 255) = 21.94%

R = 52.04%
G = 26.02%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC6656 (or 0xCC6656) is known color: Sunglo. HEX triplet: CC, 66 and 56. RGB value is (204,102,86). Sum of RGB (Red+Green+Blue) = 204+102+86=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6656 is #3399A9. Grayscale: #828282. Windows color (decimal): -3381674 or 5662412. OLE color: 5662412.

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

Color convert

RGB 204 102 86 -
CMYK 0 0.5 0.58 0.2
HSL 8.14º 0.54% 0.57% -
HSV(B) 8.14º 0.58% 0.8% -
XYZ 31.33 23.01 11.59 -
YUV 130.67 102.79 180.3 -
System Red Green Blue C M Y K H S L
Decimal 204 102 86 0 0.5 0.58 0.2 8.14 0.54 0.57
Hex CC 66 56 0 32 3A 14 8 36 39
Octal 314 146 126 0 62 72 24 10 66 71
Binary 11001100 1100110 1010110 0 110010 111010 10100 1000 110110 111001

Color Harmonies of #CC6656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6656

Black with #CC6656

Text Example


Text Example

White with #CC6656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6656; }

 p { color: rgb(204,102,86); }

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

background-color css

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

 a { background-color: rgb(204,102,86); }

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

border-color css

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

 span { border-color: rgb(204,102,86); }

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