Html Css Color HEX #CC4B0A Tenne (Tawny)

📋 copy color: '#CC4B0A'

red 204 ◦ green 75 ◦ blue 10

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

Shades of Tenne (Tawny) #CC4B0A

Tints of Tenne (Tawny) #CC4B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.46%

R = 70.59%
G = 25.95%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC4B0A (or 0xCC4B0A) is known color: Tenne (Tawny). HEX triplet: CC, 4B and 0A. RGB value is (204,75,10). Sum of RGB (Red+Green+Blue) = 204+75+10=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4B0A is #33B4F5. Grayscale: #6A6A6A. Windows color (decimal): -3388662 or 674764. OLE color: 674764.

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

Color convert

RGB 204 75 10 -
CMYK 0 0.63 0.95 0.2
HSL 20.1º 0.91% 0.42% -
HSV(B) 20.1º 0.95% 0.8% -
XYZ 27.47 17.89 2.29 -
YUV 106.16 73.74 197.79 -
System Red Green Blue C M Y K H S L
Decimal 204 75 10 0 0.63 0.95 0.2 20.1 0.91 0.42
Hex CC 4B A 0 3F 5F 14 14 5B 2A
Octal 314 113 12 0 77 137 24 24 133 52
Binary 11001100 1001011 1010 0 111111 1011111 10100 10100 1011011 101010

Color Harmonies of #CC4B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B0A

Black with #CC4B0A

Text Example


Text Example

White with #CC4B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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