Html Css Color HEX #CA570D Tenne (Tawny)

📋 copy color: '#CA570D'

red 202 ◦ green 87 ◦ blue 13

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

Shades of Tenne (Tawny) #CA570D

Tints of Tenne (Tawny) #CA570D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.3%

R = 66.89%
G = 28.81%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA570D (or 0xCA570D) is known color: Tenne (Tawny). HEX triplet: CA, 57 and 0D. RGB value is (202,87,13). Sum of RGB (Red+Green+Blue) = 202+87+13=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA570D is #35A8F2. Grayscale: #717171. Windows color (decimal): -3516659 or 874442. OLE color: 874442.

HSL color Cylindrical-coordinate representation of color #CA570D: hue angle of 23.49º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA570D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 87 13 -
CMYK 0 0.57 0.94 0.21
HSL 23.49º 0.88% 0.42% -
HSV(B) 23.49º 0.94% 0.79% -
XYZ 27.84 19.4 2.66 -
YUV 112.95 71.6 191.52 -
System Red Green Blue C M Y K H S L
Decimal 202 87 13 0 0.57 0.94 0.21 23.49 0.88 0.42
Hex CA 57 D 0 39 5E 15 17 58 2A
Octal 312 127 15 0 71 136 25 27 130 52
Binary 11001010 1010111 1101 0 111001 1011110 10101 10111 1011000 101010

Color Harmonies of #CA570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA570D

Black with #CA570D

Text Example


Text Example

White with #CA570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA570D; }

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

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

background-color css

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

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

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

border-color css

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

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

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