Html Css Color HEX #CC5C10 Tenne (Tawny)

📋 copy color: '#CC5C10'

red 204 ◦ green 92 ◦ blue 16

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

Shades of Tenne (Tawny) #CC5C10

Tints of Tenne (Tawny) #CC5C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.49%

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 65.38%
G = 29.49%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC5C10 (or 0xCC5C10) is known color: Tenne (Tawny). HEX triplet: CC, 5C and 10. RGB value is (204,92,16). Sum of RGB (Red+Green+Blue) = 204+92+16=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5C10 is #33A3EF. Grayscale: #757575. Windows color (decimal): -3384304 or 1072332. OLE color: 1072332.

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

Color convert

RGB 204 92 16 -
CMYK 0 0.55 0.92 0.2
HSL 24.26º 0.85% 0.43% -
HSV(B) 24.26º 0.92% 0.8% -
XYZ 28.82 20.53 2.93 -
YUV 116.82 71.11 190.18 -
System Red Green Blue C M Y K H S L
Decimal 204 92 16 0 0.55 0.92 0.2 24.26 0.85 0.43
Hex CC 5C 10 0 37 5C 14 18 55 2B
Octal 314 134 20 0 67 134 24 30 125 53
Binary 11001100 1011100 10000 0 110111 1011100 10100 11000 1010101 101011

Color Harmonies of #CC5C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C10

Black with #CC5C10

Text Example


Text Example

White with #CC5C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C10; }

 p { color: rgb(204,92,16); }

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

background-color css

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

 a { background-color: rgb(204,92,16); }

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

border-color css

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

 span { border-color: rgb(204,92,16); }

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