Html Css Color HEX #CA4E05 Tenne (Tawny)

📋 copy color: '#CA4E05'

red 202 ◦ green 78 ◦ blue 5

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

Shades of Tenne (Tawny) #CA4E05

Tints of Tenne (Tawny) #CA4E05

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.37%

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

R = 70.88%
G = 27.37%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA4E05 (or 0xCA4E05) is known color: Tenne (Tawny). HEX triplet: CA, 4E and 05. RGB value is (202,78,5). Sum of RGB (Red+Green+Blue) = 202+78+5=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4E05 is #35B1FA. Grayscale: #6B6B6B. Windows color (decimal): -3518971 or 347850. OLE color: 347850.

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

Color convert

RGB 202 78 5 -
CMYK 0 0.61 0.98 0.21
HSL 22.23º 0.95% 0.41% -
HSV(B) 22.23º 0.98% 0.79% -
XYZ 27.11 18.02 2.19 -
YUV 106.75 70.58 195.94 -
System Red Green Blue C M Y K H S L
Decimal 202 78 5 0 0.61 0.98 0.21 22.23 0.95 0.41
Hex CA 4E 5 0 3D 62 15 16 5F 29
Octal 312 116 5 0 75 142 25 26 137 51
Binary 11001010 1001110 101 0 111101 1100010 10101 10110 1011111 101001

Color Harmonies of #CA4E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4E05

Black with #CA4E05

Text Example


Text Example

White with #CA4E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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