Html Css Color HEX #CA4B05 Tenne (Tawny)

📋 copy color: '#CA4B05'

red 202 ◦ green 75 ◦ blue 5

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

Shades of Tenne (Tawny) #CA4B05

Tints of Tenne (Tawny) #CA4B05

RGB

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

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

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

R = 71.63%
G = 26.6%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA4B05 (or 0xCA4B05) is known color: Tenne (Tawny). HEX triplet: CA, 4B and 05. RGB value is (202,75,5). Sum of RGB (Red+Green+Blue) = 202+75+5=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4B05 is #35B4FA. Grayscale: #696969. Windows color (decimal): -3519739 or 347082. OLE color: 347082.

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

Color convert

RGB 202 75 5 -
CMYK 0 0.63 0.98 0.21
HSL 21.32º 0.95% 0.41% -
HSV(B) 21.32º 0.98% 0.79% -
XYZ 26.9 17.6 2.12 -
YUV 104.99 71.58 197.19 -
System Red Green Blue C M Y K H S L
Decimal 202 75 5 0 0.63 0.98 0.21 21.32 0.95 0.41
Hex CA 4B 5 0 3F 62 15 15 5F 29
Octal 312 113 5 0 77 142 25 25 137 51
Binary 11001010 1001011 101 0 111111 1100010 10101 10101 1011111 101001

Color Harmonies of #CA4B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4B05

Black with #CA4B05

Text Example


Text Example

White with #CA4B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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