Html Css Color HEX #CA4F0E Tenne (Tawny)

📋 copy color: '#CA4F0E'

red 202 ◦ green 79 ◦ blue 14

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

Shades of Tenne (Tawny) #CA4F0E

Tints of Tenne (Tawny) #CA4F0E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.78%

 BLUE value IS 14 (5.86% from 255) = 4.75%

R = 68.47%
G = 26.78%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA4F0E (or 0xCA4F0E) is known color: Tenne (Tawny). HEX triplet: CA, 4F and 0E. RGB value is (202,79,14). Sum of RGB (Red+Green+Blue) = 202+79+14=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4F0E is #35B0F1. Grayscale: #6C6C6C. Windows color (decimal): -3518706 or 937930. OLE color: 937930.

HSL color Cylindrical-coordinate representation of color #CA4F0E: hue angle of 20.74º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA4F0E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 79 14 -
CMYK 0 0.61 0.93 0.21
HSL 20.74º 0.87% 0.42% -
HSV(B) 20.74º 0.93% 0.79% -
XYZ 27.23 18.18 2.49 -
YUV 108.37 74.75 194.79 -
System Red Green Blue C M Y K H S L
Decimal 202 79 14 0 0.61 0.93 0.21 20.74 0.87 0.42
Hex CA 4F E 0 3D 5D 15 15 57 2A
Octal 312 117 16 0 75 135 25 25 127 52
Binary 11001010 1001111 1110 0 111101 1011101 10101 10101 1010111 101010

Color Harmonies of #CA4F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4F0E

Black with #CA4F0E

Text Example


Text Example

White with #CA4F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4F0E; }

 p { color: rgb(202,79,14); }

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

background-color css

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

 a { background-color: rgb(202,79,14); }

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

border-color css

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

 span { border-color: rgb(202,79,14); }

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