Html Css Color HEX #CC6356 Sunglo

📋 copy color: '#CC6356'

red 204 ◦ green 99 ◦ blue 86

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

Shades of Sunglo #CC6356

Tints of Sunglo #CC6356

RGB

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

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

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

R = 52.44%
G = 25.45%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC6356 (or 0xCC6356) is known color: Sunglo. HEX triplet: CC, 63 and 56. RGB value is (204,99,86). Sum of RGB (Red+Green+Blue) = 204+99+86=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6356 is #339CA9. Grayscale: #818181. Windows color (decimal): -3382442 or 5661644. OLE color: 5661644.

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

Color convert

RGB 204 99 86 -
CMYK 0 0.51 0.58 0.2
HSL 6.61º 0.54% 0.57% -
HSV(B) 6.61º 0.58% 0.8% -
XYZ 31.04 22.43 11.5 -
YUV 128.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 204 99 86 0 0.51 0.58 0.2 6.61 0.54 0.57
Hex CC 63 56 0 33 3A 14 7 36 39
Octal 314 143 126 0 63 72 24 7 66 71
Binary 11001100 1100011 1010110 0 110011 111010 10100 111 110110 111001

Color Harmonies of #CC6356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6356

Black with #CC6356

Text Example


Text Example

White with #CC6356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6356; }

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

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

background-color css

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

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

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

border-color css

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

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

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