Html Css Color HEX #CA4D0F Tenne (Tawny)

📋 copy color: '#CA4D0F'

red 202 ◦ green 77 ◦ blue 15

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

Shades of Tenne (Tawny) #CA4D0F

Tints of Tenne (Tawny) #CA4D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.19%

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

R = 68.71%
G = 26.19%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA4D0F (or 0xCA4D0F) is known color: Tenne (Tawny). HEX triplet: CA, 4D and 0F. RGB value is (202,77,15). Sum of RGB (Red+Green+Blue) = 202+77+15=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4D0F is #35B2F0. Grayscale: #6B6B6B. Windows color (decimal): -3519217 or 1002954. OLE color: 1002954.

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

Color convert

RGB 202 77 15 -
CMYK 0 0.62 0.93 0.21
HSL 19.89º 0.86% 0.43% -
HSV(B) 19.89º 0.93% 0.79% -
XYZ 27.1 17.9 2.48 -
YUV 107.31 75.91 195.54 -
System Red Green Blue C M Y K H S L
Decimal 202 77 15 0 0.62 0.93 0.21 19.89 0.86 0.43
Hex CA 4D F 0 3E 5D 15 14 56 2B
Octal 312 115 17 0 76 135 25 24 126 53
Binary 11001010 1001101 1111 0 111110 1011101 10101 10100 1010110 101011

Color Harmonies of #CA4D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D0F

Black with #CA4D0F

Text Example


Text Example

White with #CA4D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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