Html Css Color HEX #CC6960 Sunglo

📋 copy color: '#CC6960'

red 204 ◦ green 105 ◦ blue 96

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

Shades of Sunglo #CC6960

Tints of Sunglo #CC6960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.93%

 BLUE value IS 96 (37.89% from 255) = 23.7%

R = 50.37%
G = 25.93%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC6960 (or 0xCC6960) is known color: Sunglo. HEX triplet: CC, 69 and 60. RGB value is (204,105,96). Sum of RGB (Red+Green+Blue) = 204+105+96=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6960 is #33969F. Grayscale: #858585. Windows color (decimal): -3380896 or 6318540. OLE color: 6318540.

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

Color convert

RGB 204 105 96 -
CMYK 0 0.49 0.53 0.2
HSL 0.51% 0.59% -
HSV(B) 0.53% 0.8% -
XYZ 32.06 23.79 13.97 -
YUV 133.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 204 105 96 0 0.49 0.53 0.2 5 0.51 0.59
Hex CC 69 60 0 31 35 14 5 33 3B
Octal 314 151 140 0 61 65 24 5 63 73
Binary 11001100 1101001 1100000 0 110001 110101 10100 101 110011 111011

Color Harmonies of #CC6960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6960

Black with #CC6960

Text Example


Text Example

White with #CC6960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6960; }

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

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

background-color css

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

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

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

border-color css

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

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

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