Html Css Color HEX #CC6057 Sunglo

📋 copy color: '#CC6057'

red 204 ◦ green 96 ◦ blue 87

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

Shades of Sunglo #CC6057

Tints of Sunglo #CC6057

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

 BLUE value IS 87 (34.38% from 255) = 22.48%

R = 52.71%
G = 24.81%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC6057 (or 0xCC6057) is known color: Sunglo. HEX triplet: CC, 60 and 57. RGB value is (204,96,87). Sum of RGB (Red+Green+Blue) = 204+96+87=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6057 is #339FA8. Grayscale: #7F7F7F. Windows color (decimal): -3383209 or 5726412. OLE color: 5726412.

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

Color convert

RGB 204 96 87 -
CMYK 0 0.53 0.57 0.2
HSL 4.62º 0.53% 0.57% -
HSV(B) 4.62º 0.57% 0.8% -
XYZ 30.81 21.89 11.62 -
YUV 127.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 204 96 87 0 0.53 0.57 0.2 4.62 0.53 0.57
Hex CC 60 57 0 35 39 14 5 35 39
Octal 314 140 127 0 65 71 24 5 65 71
Binary 11001100 1100000 1010111 0 110101 111001 10100 101 110101 111001

Color Harmonies of #CC6057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6057

Black with #CC6057

Text Example


Text Example

White with #CC6057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6057; }

 p { color: rgb(204,96,87); }

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

background-color css

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

 a { background-color: rgb(204,96,87); }

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

border-color css

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

 span { border-color: rgb(204,96,87); }

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