Html Css Color HEX #CA4701 Tenne (Tawny)

📋 copy color: '#CA4701'

red 202 ◦ green 71 ◦ blue 1

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

Shades of Tenne (Tawny) #CA4701

Tints of Tenne (Tawny) #CA4701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.91%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 73.72%
G = 25.91%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CA4701 (or 0xCA4701) is known color: Tenne (Tawny). HEX triplet: CA, 47 and 01. RGB value is (202,71,1). Sum of RGB (Red+Green+Blue) = 202+71+1=274 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.72% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4701 is #35B8FE. Grayscale: #666666. Windows color (decimal): -3520767 or 83914. OLE color: 83914.

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

Color convert

RGB 202 71 1 -
CMYK 0 0.65 1.00 0.21
HSL 20.9º 0.99% 0.4% -
HSV(B) 20.9º 1% 0.79% -
XYZ 26.62 17.07 1.92 -
YUV 102.19 70.9 199.19 -
System Red Green Blue C M Y K H S L
Decimal 202 71 1 0 0.65 1.00 0.21 20.9 0.99 0.4
Hex CA 47 1 0 41 64 15 15 63 28
Octal 312 107 1 0 101 144 25 25 143 50
Binary 11001010 1000111 1 0 1000001 1100100 10101 10101 1100011 101000

Color Harmonies of #CA4701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4701

Black with #CA4701

Text Example


Text Example

White with #CA4701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4701; }

 p { color: rgb(202,71,1); }

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

background-color css

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

 a { background-color: rgb(202,71,1); }

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

border-color css

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

 span { border-color: rgb(202,71,1); }

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