Html Css Color HEX #CA4905 Tenne (Tawny)

📋 copy color: '#CA4905'

red 202 ◦ green 73 ◦ blue 5

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

Shades of Tenne (Tawny) #CA4905

Tints of Tenne (Tawny) #CA4905

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.07%

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

R = 72.14%
G = 26.07%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA4905 (or 0xCA4905) is known color: Tenne (Tawny). HEX triplet: CA, 49 and 05. RGB value is (202,73,5). Sum of RGB (Red+Green+Blue) = 202+73+5=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4905 is #35B6FA. Grayscale: #686868. Windows color (decimal): -3520251 or 346570. OLE color: 346570.

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

Color convert

RGB 202 73 5 -
CMYK 0 0.64 0.98 0.21
HSL 20.71º 0.95% 0.41% -
HSV(B) 20.71º 0.98% 0.79% -
XYZ 26.77 17.33 2.08 -
YUV 103.82 72.24 198.03 -
System Red Green Blue C M Y K H S L
Decimal 202 73 5 0 0.64 0.98 0.21 20.71 0.95 0.41
Hex CA 49 5 0 40 62 15 15 5F 29
Octal 312 111 5 0 100 142 25 25 137 51
Binary 11001010 1001001 101 0 1000000 1100010 10101 10101 1011111 101001

Color Harmonies of #CA4905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4905

Black with #CA4905

Text Example


Text Example

White with #CA4905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4905; }

 p { color: rgb(202,73,5); }

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

background-color css

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

 a { background-color: rgb(202,73,5); }

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

border-color css

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

 span { border-color: rgb(202,73,5); }

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