Html Css Color HEX #CC4A05 Tenne (Tawny)

📋 copy color: '#CC4A05'

red 204 ◦ green 74 ◦ blue 5

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

Shades of Tenne (Tawny) #CC4A05

Tints of Tenne (Tawny) #CC4A05

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.15%

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 72.08%
G = 26.15%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC4A05 (or 0xCC4A05) is known color: Tenne (Tawny). HEX triplet: CC, 4A and 05. RGB value is (204,74,5). Sum of RGB (Red+Green+Blue) = 204+74+5=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4A05 is #33B5FA. Grayscale: #696969. Windows color (decimal): -3388923 or 346828. OLE color: 346828.

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

Color convert

RGB 204 74 5 -
CMYK 0 0.64 0.98 0.2
HSL 20.8º 0.95% 0.41% -
HSV(B) 20.8º 0.98% 0.8% -
XYZ 27.38 17.75 2.13 -
YUV 105 71.57 198.61 -
System Red Green Blue C M Y K H S L
Decimal 204 74 5 0 0.64 0.98 0.2 20.8 0.95 0.41
Hex CC 4A 5 0 40 62 14 15 5F 29
Octal 314 112 5 0 100 142 24 25 137 51
Binary 11001100 1001010 101 0 1000000 1100010 10100 10101 1011111 101001

Color Harmonies of #CC4A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A05

Black with #CC4A05

Text Example


Text Example

White with #CC4A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A05; }

 p { color: rgb(204,74,5); }

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

background-color css

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

 a { background-color: rgb(204,74,5); }

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

border-color css

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

 span { border-color: rgb(204,74,5); }

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