Html Css Color HEX #CA6705 Tenne (Tawny)

📋 copy color: '#CA6705'

red 202 ◦ green 103 ◦ blue 5

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

Shades of Tenne (Tawny) #CA6705

Tints of Tenne (Tawny) #CA6705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 65.16%
G = 33.23%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA6705 (or 0xCA6705) is known color: Tenne (Tawny). HEX triplet: CA, 67 and 05. RGB value is (202,103,5). Sum of RGB (Red+Green+Blue) = 202+103+5=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6705 is #3598FA. Grayscale: #797979. Windows color (decimal): -3512571 or 354250. OLE color: 354250.

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

Color convert

RGB 202 103 5 -
CMYK 0 0.49 0.98 0.21
HSL 29.85º 0.95% 0.41% -
HSV(B) 29.85º 0.98% 0.79% -
XYZ 29.23 22.27 2.9 -
YUV 121.43 62.3 185.47 -
System Red Green Blue C M Y K H S L
Decimal 202 103 5 0 0.49 0.98 0.21 29.85 0.95 0.41
Hex CA 67 5 0 31 62 15 1E 5F 29
Octal 312 147 5 0 61 142 25 36 137 51
Binary 11001010 1100111 101 0 110001 1100010 10101 11110 1011111 101001

Color Harmonies of #CA6705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6705

Black with #CA6705

Text Example


Text Example

White with #CA6705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6705; }

 p { color: rgb(202,103,5); }

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

background-color css

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

 a { background-color: rgb(202,103,5); }

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

border-color css

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

 span { border-color: rgb(202,103,5); }

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