Html Css Color HEX #CA4A03 Tenne (Tawny)

📋 copy color: '#CA4A03'

red 202 ◦ green 74 ◦ blue 3

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

Shades of Tenne (Tawny) #CA4A03

Tints of Tenne (Tawny) #CA4A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 72.4%
G = 26.52%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA4A03 (or 0xCA4A03) is known color: Tenne (Tawny). HEX triplet: CA, 4A and 03. RGB value is (202,74,3). Sum of RGB (Red+Green+Blue) = 202+74+3=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4A03 is #35B5FC. Grayscale: #686868. Windows color (decimal): -3519997 or 215754. OLE color: 215754.

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

Color convert

RGB 202 74 3 -
CMYK 0 0.63 0.99 0.21
HSL 21.41º 0.97% 0.4% -
HSV(B) 21.41º 0.99% 0.79% -
XYZ 26.82 17.46 2.04 -
YUV 104.18 70.91 197.77 -
System Red Green Blue C M Y K H S L
Decimal 202 74 3 0 0.63 0.99 0.21 21.41 0.97 0.4
Hex CA 4A 3 0 3F 63 15 15 61 28
Octal 312 112 3 0 77 143 25 25 141 50
Binary 11001010 1001010 11 0 111111 1100011 10101 10101 1100001 101000

Color Harmonies of #CA4A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A03

Black with #CA4A03

Text Example


Text Example

White with #CA4A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A03; }

 p { color: rgb(202,74,3); }

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

background-color css

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

 a { background-color: rgb(202,74,3); }

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

border-color css

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

 span { border-color: rgb(202,74,3); }

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