Html Css Color HEX #CA4700 Tenne (Tawny)

📋 copy color: '#CA4700'

red 202 ◦ green 71 ◦ blue 0

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

Shades of Tenne (Tawny) #CA4700

Tints of Tenne (Tawny) #CA4700

RGB

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

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

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

R = 73.99%
G = 26.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA4700 (or 0xCA4700) is known color: Tenne (Tawny). HEX triplet: CA, 47 and 00. RGB value is (202,71,0). Sum of RGB (Red+Green+Blue) = 202+71+0=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4700 is #35B8FF. Grayscale: #666666. Windows color (decimal): -3520768 or 18378. OLE color: 18378.

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

Color convert

RGB 202 71 0 -
CMYK 0 0.65 1 0.21
HSL 21.09º 1% 0.4% -
HSV(B) 21.09º 1% 0.79% -
XYZ 26.61 17.06 1.89 -
YUV 102.08 70.4 199.27 -
System Red Green Blue C M Y K H S L
Decimal 202 71 0 0 0.65 1 0.21 21.09 1 0.4
Hex CA 47 0 0 41 64 15 15 64 28
Octal 312 107 0 0 101 144 25 25 144 50
Binary 11001010 1000111 0 0 1000001 1100100 10101 10101 1100100 101000

Color Harmonies of #CA4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4700

Black with #CA4700

Text Example


Text Example

White with #CA4700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4700; }

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

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

background-color css

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

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

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

border-color css

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

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

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