Html Css Color HEX #CA5700 Tenne (Tawny)

📋 copy color: '#CA5700'

red 202 ◦ green 87 ◦ blue 0

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

Shades of Tenne (Tawny) #CA5700

Tints of Tenne (Tawny) #CA5700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

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

R = 69.9%
G = 30.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA5700 (or 0xCA5700) is known color: Tenne (Tawny). HEX triplet: CA, 57 and 00. RGB value is (202,87,0). Sum of RGB (Red+Green+Blue) = 202+87+0=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5700 is #35A8FF. Grayscale: #6F6F6F. Windows color (decimal): -3516672 or 22474. OLE color: 22474.

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

Color convert

RGB 202 87 0 -
CMYK 0 0.57 1 0.21
HSL 25.84º 1% 0.4% -
HSV(B) 25.84º 1% 0.79% -
XYZ 27.77 19.37 2.28 -
YUV 111.47 65.1 192.57 -
System Red Green Blue C M Y K H S L
Decimal 202 87 0 0 0.57 1 0.21 25.84 1 0.4
Hex CA 57 0 0 39 64 15 1A 64 28
Octal 312 127 0 0 71 144 25 32 144 50
Binary 11001010 1010111 0 0 111001 1100100 10101 11010 1100100 101000

Color Harmonies of #CA5700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5700

Black with #CA5700

Text Example


Text Example

White with #CA5700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5700; }

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

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

background-color css

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

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

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

border-color css

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

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

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