Html Css Color HEX #CA4805 Tenne (Tawny)

📋 copy color: '#CA4805'

red 202 ◦ green 72 ◦ blue 5

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

Shades of Tenne (Tawny) #CA4805

Tints of Tenne (Tawny) #CA4805

RGB

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

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

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

R = 72.4%
G = 25.81%
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

#CA4805 (or 0xCA4805) is known color: Tenne (Tawny). HEX triplet: CA, 48 and 05. RGB value is (202,72,5). Sum of RGB (Red+Green+Blue) = 202+72+5=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4805 is #35B7FA. Grayscale: #676767. Windows color (decimal): -3520507 or 346314. OLE color: 346314.

HSL color Cylindrical-coordinate representation of color #CA4805: hue angle of 20.41º 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 #CA4805 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 72 5 -
CMYK 0 0.64 0.98 0.21
HSL 20.41º 0.95% 0.41% -
HSV(B) 20.41º 0.98% 0.79% -
XYZ 26.7 17.2 2.06 -
YUV 103.23 72.57 198.45 -
System Red Green Blue C M Y K H S L
Decimal 202 72 5 0 0.64 0.98 0.21 20.41 0.95 0.41
Hex CA 48 5 0 40 62 15 14 5F 29
Octal 312 110 5 0 100 142 25 24 137 51
Binary 11001010 1001000 101 0 1000000 1100010 10101 10100 1011111 101001

Color Harmonies of #CA4805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4805

Black with #CA4805

Text Example


Text Example

White with #CA4805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4805; }

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

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

background-color css

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

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

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

border-color css

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

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

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