Html Css Color HEX #CA4F0F Tenne (Tawny)

📋 copy color: '#CA4F0F'

red 202 ◦ green 79 ◦ blue 15

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

Shades of Tenne (Tawny) #CA4F0F

Tints of Tenne (Tawny) #CA4F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.07%

R = 68.24%
G = 26.69%
B = 5.07%

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

#CA4F0F (or 0xCA4F0F) is known color: Tenne (Tawny). HEX triplet: CA, 4F and 0F. RGB value is (202,79,15). Sum of RGB (Red+Green+Blue) = 202+79+15=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4F0F is #35B0F0. Grayscale: #6C6C6C. Windows color (decimal): -3518705 or 1003466. OLE color: 1003466.

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

Color convert

RGB 202 79 15 -
CMYK 0 0.61 0.93 0.21
HSL 20.53º 0.86% 0.43% -
HSV(B) 20.53º 0.93% 0.79% -
XYZ 27.24 18.18 2.53 -
YUV 108.48 75.25 194.7 -
System Red Green Blue C M Y K H S L
Decimal 202 79 15 0 0.61 0.93 0.21 20.53 0.86 0.43
Hex CA 4F F 0 3D 5D 15 15 56 2B
Octal 312 117 17 0 75 135 25 25 126 53
Binary 11001010 1001111 1111 0 111101 1011101 10101 10101 1010110 101011

Color Harmonies of #CA4F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4F0F

Black with #CA4F0F

Text Example


Text Example

White with #CA4F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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