Html Css Color HEX #CC4B01 Tenne (Tawny)

📋 copy color: '#CC4B01'

red 204 ◦ green 75 ◦ blue 1

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

Shades of Tenne (Tawny) #CC4B01

Tints of Tenne (Tawny) #CC4B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 72.86%
G = 26.79%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC4B01 (or 0xCC4B01) is known color: Tenne (Tawny). HEX triplet: CC, 4B and 01. RGB value is (204,75,1). Sum of RGB (Red+Green+Blue) = 204+75+1=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4B01 is #33B4FE. Grayscale: #696969. Windows color (decimal): -3388671 or 84940. OLE color: 84940.

HSL color Cylindrical-coordinate representation of color #CC4B01: hue angle of 21.87º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC4B01 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 75 1 -
CMYK 0 0.63 1.00 0.2
HSL 21.87º 0.99% 0.4% -
HSV(B) 21.87º 1% 0.8% -
XYZ 27.42 17.87 2.03 -
YUV 105.14 69.24 198.52 -
System Red Green Blue C M Y K H S L
Decimal 204 75 1 0 0.63 1.00 0.2 21.87 0.99 0.4
Hex CC 4B 1 0 3F 64 14 16 63 28
Octal 314 113 1 0 77 144 24 26 143 50
Binary 11001100 1001011 1 0 111111 1100100 10100 10110 1100011 101000

Color Harmonies of #CC4B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B01

Black with #CC4B01

Text Example


Text Example

White with #CC4B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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