Html Css Color HEX #CC6359 Sunglo

📋 copy color: '#CC6359'

red 204 ◦ green 99 ◦ blue 89

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

Shades of Sunglo #CC6359

Tints of Sunglo #CC6359

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.26%

 BLUE value IS 89 (35.16% from 255) = 22.7%

R = 52.04%
G = 25.26%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC6359 (or 0xCC6359) is known color: Sunglo. HEX triplet: CC, 63 and 59. RGB value is (204,99,89). Sum of RGB (Red+Green+Blue) = 204+99+89=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6359 is #339CA6. Grayscale: #818181. Windows color (decimal): -3382439 or 5858252. OLE color: 5858252.

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

Color convert

RGB 204 99 89 -
CMYK 0 0.51 0.56 0.2
HSL 5.22º 0.53% 0.57% -
HSV(B) 5.22º 0.56% 0.8% -
XYZ 31.17 22.48 12.15 -
YUV 129.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 204 99 89 0 0.51 0.56 0.2 5.22 0.53 0.57
Hex CC 63 59 0 33 38 14 5 35 39
Octal 314 143 131 0 63 70 24 5 65 71
Binary 11001100 1100011 1011001 0 110011 111000 10100 101 110101 111001

Color Harmonies of #CC6359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6359

Black with #CC6359

Text Example


Text Example

White with #CC6359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6359; }

 p { color: rgb(204,99,89); }

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

background-color css

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

 a { background-color: rgb(204,99,89); }

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

border-color css

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

 span { border-color: rgb(204,99,89); }

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