Html Css Color HEX #CA4800 Tenne (Tawny)

📋 copy color: '#CA4800'

red 202 ◦ green 72 ◦ blue 0

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

Shades of Tenne (Tawny) #CA4800

Tints of Tenne (Tawny) #CA4800

RGB

 RED value IS 202 (79.3% from 255) = 73.72%

 GREEN value IS 72 (28.52% from 255) = 26.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.72%
G = 26.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA4800 (or 0xCA4800) is known color: Tenne (Tawny). HEX triplet: CA, 48 and 00. RGB value is (202,72,0). Sum of RGB (Red+Green+Blue) = 202+72+0=274 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.72% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4800 is #35B7FF. Grayscale: #676767. Windows color (decimal): -3520512 or 18634. OLE color: 18634.

HSL color Cylindrical-coordinate representation of color #CA4800: hue angle of 21.39º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA4800 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 72 0 -
CMYK 0 0.64 1 0.21
HSL 21.39º 1% 0.4% -
HSV(B) 21.39º 1% 0.79% -
XYZ 26.67 17.19 1.91 -
YUV 102.66 70.07 198.85 -
System Red Green Blue C M Y K H S L
Decimal 202 72 0 0 0.64 1 0.21 21.39 1 0.4
Hex CA 48 0 0 40 64 15 15 64 28
Octal 312 110 0 0 100 144 25 25 144 50
Binary 11001010 1001000 0 0 1000000 1100100 10101 10101 1100100 101000

Color Harmonies of #CA4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4800

Black with #CA4800

Text Example


Text Example

White with #CA4800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4800; }

 p { color: rgb(202,72,0); }

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

background-color css

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

 a { background-color: rgb(202,72,0); }

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

border-color css

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

 span { border-color: rgb(202,72,0); }

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