Html Css Color HEX #CA4F00 Tenne (Tawny)

📋 copy color: '#CA4F00'

red 202 ◦ green 79 ◦ blue 0

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

Shades of Tenne (Tawny) #CA4F00

Tints of Tenne (Tawny) #CA4F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.89%
G = 28.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA4F00 (or 0xCA4F00) is known color: Tenne (Tawny). HEX triplet: CA, 4F and 00. RGB value is (202,79,0). Sum of RGB (Red+Green+Blue) = 202+79+0=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4F00 is #35B0FF. Grayscale: #6B6B6B. Windows color (decimal): -3518720 or 20426. OLE color: 20426.

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

Color convert

RGB 202 79 0 -
CMYK 0 0.61 1 0.21
HSL 23.47º 1% 0.4% -
HSV(B) 23.47º 1% 0.79% -
XYZ 27.15 18.15 2.07 -
YUV 106.77 67.75 195.92 -
System Red Green Blue C M Y K H S L
Decimal 202 79 0 0 0.61 1 0.21 23.47 1 0.4
Hex CA 4F 0 0 3D 64 15 17 64 28
Octal 312 117 0 0 75 144 25 27 144 50
Binary 11001010 1001111 0 0 111101 1100100 10101 10111 1100100 101000

Color Harmonies of #CA4F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4F00

Black with #CA4F00

Text Example


Text Example

White with #CA4F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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