Html Css Color HEX #CA5706 Tenne (Tawny)

📋 copy color: '#CA5706'

red 202 ◦ green 87 ◦ blue 6

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

Shades of Tenne (Tawny) #CA5706

Tints of Tenne (Tawny) #CA5706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 68.47%
G = 29.49%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA5706 (or 0xCA5706) is known color: Tenne (Tawny). HEX triplet: CA, 57 and 06. RGB value is (202,87,6). Sum of RGB (Red+Green+Blue) = 202+87+6=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5706 is #35A8F9. Grayscale: #707070. Windows color (decimal): -3516666 or 415690. OLE color: 415690.

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

Color convert

RGB 202 87 6 -
CMYK 0 0.57 0.97 0.21
HSL 24.8º 0.94% 0.41% -
HSV(B) 24.8º 0.97% 0.79% -
XYZ 27.8 19.39 2.45 -
YUV 112.15 68.1 192.09 -
System Red Green Blue C M Y K H S L
Decimal 202 87 6 0 0.57 0.97 0.21 24.8 0.94 0.41
Hex CA 57 6 0 39 61 15 19 5E 29
Octal 312 127 6 0 71 141 25 31 136 51
Binary 11001010 1010111 110 0 111001 1100001 10101 11001 1011110 101001

Color Harmonies of #CA5706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5706

Black with #CA5706

Text Example


Text Example

White with #CA5706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5706; }

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

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

background-color css

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

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

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

border-color css

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

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

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