Html Css Color HEX #CA6605 Tenne (Tawny)

📋 copy color: '#CA6605'

red 202 ◦ green 102 ◦ blue 5

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

Shades of Tenne (Tawny) #CA6605

Tints of Tenne (Tawny) #CA6605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.01%

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

R = 65.37%
G = 33.01%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA6605 (or 0xCA6605) is known color: Tenne (Tawny). HEX triplet: CA, 66 and 05. RGB value is (202,102,5). Sum of RGB (Red+Green+Blue) = 202+102+5=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6605 is #3599FA. Grayscale: #797979. Windows color (decimal): -3512827 or 353994. OLE color: 353994.

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

Color convert

RGB 202 102 5 -
CMYK 0 0.50 0.98 0.21
HSL 29.54º 0.95% 0.41% -
HSV(B) 29.54º 0.98% 0.79% -
XYZ 29.14 22.07 2.87 -
YUV 120.84 62.63 185.89 -
System Red Green Blue C M Y K H S L
Decimal 202 102 5 0 0.50 0.98 0.21 29.54 0.95 0.41
Hex CA 66 5 0 32 62 15 1E 5F 29
Octal 312 146 5 0 62 142 25 36 137 51
Binary 11001010 1100110 101 0 110010 1100010 10101 11110 1011111 101001

Color Harmonies of #CA6605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6605

Black with #CA6605

Text Example


Text Example

White with #CA6605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6605; }

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

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

background-color css

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

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

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

border-color css

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

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

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