Html Css Color HEX #CA4201 Tenne (Tawny)

📋 copy color: '#CA4201'

red 202 ◦ green 66 ◦ blue 1

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

Shades of Tenne (Tawny) #CA4201

Tints of Tenne (Tawny) #CA4201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.54%

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

R = 75.09%
G = 24.54%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CA4201 (or 0xCA4201) is known color: Tenne (Tawny). HEX triplet: CA, 42 and 01. RGB value is (202,66,1). Sum of RGB (Red+Green+Blue) = 202+66+1=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4201 is #35BDFE. Grayscale: #636363. Windows color (decimal): -3522047 or 82634. OLE color: 82634.

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

Color convert

RGB 202 66 1 -
CMYK 0 0.67 1.00 0.21
HSL 19.4º 0.99% 0.4% -
HSV(B) 19.4º 1% 0.79% -
XYZ 26.31 16.46 1.82 -
YUV 99.25 72.56 201.29 -
System Red Green Blue C M Y K H S L
Decimal 202 66 1 0 0.67 1.00 0.21 19.4 0.99 0.4
Hex CA 42 1 0 43 64 15 13 63 28
Octal 312 102 1 0 103 144 25 23 143 50
Binary 11001010 1000010 1 0 1000011 1100100 10101 10011 1100011 101000

Color Harmonies of #CA4201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4201

Black with #CA4201

Text Example


Text Example

White with #CA4201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4201; }

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

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

background-color css

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

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

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

border-color css

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

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

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