Html Css Color HEX #CC4B0E Tenne (Tawny)

📋 copy color: '#CC4B0E'

red 204 ◦ green 75 ◦ blue 14

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

Shades of Tenne (Tawny) #CC4B0E

Tints of Tenne (Tawny) #CC4B0E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.6%

 BLUE value IS 14 (5.86% from 255) = 4.78%

R = 69.62%
G = 25.6%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC4B0E (or 0xCC4B0E) is known color: Tenne (Tawny). HEX triplet: CC, 4B and 0E. RGB value is (204,75,14). Sum of RGB (Red+Green+Blue) = 204+75+14=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4B0E is #33B4F1. Grayscale: #6A6A6A. Windows color (decimal): -3388658 or 936908. OLE color: 936908.

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

Color convert

RGB 204 75 14 -
CMYK 0 0.63 0.93 0.2
HSL 19.26º 0.87% 0.43% -
HSV(B) 19.26º 0.93% 0.8% -
XYZ 27.5 17.9 2.42 -
YUV 106.62 75.74 197.46 -
System Red Green Blue C M Y K H S L
Decimal 204 75 14 0 0.63 0.93 0.2 19.26 0.87 0.43
Hex CC 4B E 0 3F 5D 14 13 57 2B
Octal 314 113 16 0 77 135 24 23 127 53
Binary 11001100 1001011 1110 0 111111 1011101 10100 10011 1010111 101011

Color Harmonies of #CC4B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B0E

Black with #CC4B0E

Text Example


Text Example

White with #CC4B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B0E; }

 p { color: rgb(204,75,14); }

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

background-color css

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

 a { background-color: rgb(204,75,14); }

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

border-color css

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

 span { border-color: rgb(204,75,14); }

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