Html Css Color HEX #CA4702 Tenne (Tawny)

📋 copy color: '#CA4702'

red 202 ◦ green 71 ◦ blue 2

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

Shades of Tenne (Tawny) #CA4702

Tints of Tenne (Tawny) #CA4702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 73.45%
G = 25.82%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA4702 (or 0xCA4702) is known color: Tenne (Tawny). HEX triplet: CA, 47 and 02. RGB value is (202,71,2). Sum of RGB (Red+Green+Blue) = 202+71+2=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4702 is #35B8FD. Grayscale: #666666. Windows color (decimal): -3520766 or 149450. OLE color: 149450.

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

Color convert

RGB 202 71 2 -
CMYK 0 0.65 0.99 0.21
HSL 20.7º 0.98% 0.4% -
HSV(B) 20.7º 0.99% 0.79% -
XYZ 26.62 17.07 1.95 -
YUV 102.3 71.4 199.11 -
System Red Green Blue C M Y K H S L
Decimal 202 71 2 0 0.65 0.99 0.21 20.7 0.98 0.4
Hex CA 47 2 0 41 63 15 15 62 28
Octal 312 107 2 0 101 143 25 25 142 50
Binary 11001010 1000111 10 0 1000001 1100011 10101 10101 1100010 101000

Color Harmonies of #CA4702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4702

Black with #CA4702

Text Example


Text Example

White with #CA4702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4702; }

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

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

background-color css

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

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

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

border-color css

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

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

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