Html Css Color HEX #CA6607 Tenne (Tawny)

📋 copy color: '#CA6607'

red 202 ◦ green 102 ◦ blue 7

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

Shades of Tenne (Tawny) #CA6607

Tints of Tenne (Tawny) #CA6607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.25%

R = 64.95%
G = 32.8%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA6607 (or 0xCA6607) is known color: Tenne (Tawny). HEX triplet: CA, 66 and 07. RGB value is (202,102,7). Sum of RGB (Red+Green+Blue) = 202+102+7=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6607 is #3599F8. Grayscale: #797979. Windows color (decimal): -3512825 or 485066. OLE color: 485066.

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

Color convert

RGB 202 102 7 -
CMYK 0 0.50 0.97 0.21
HSL 29.23º 0.93% 0.41% -
HSV(B) 29.23º 0.97% 0.79% -
XYZ 29.15 22.07 2.93 -
YUV 121.07 63.63 185.72 -
System Red Green Blue C M Y K H S L
Decimal 202 102 7 0 0.50 0.97 0.21 29.23 0.93 0.41
Hex CA 66 7 0 32 61 15 1D 5D 29
Octal 312 146 7 0 62 141 25 35 135 51
Binary 11001010 1100110 111 0 110010 1100001 10101 11101 1011101 101001

Color Harmonies of #CA6607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6607

Black with #CA6607

Text Example


Text Example

White with #CA6607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6607; }

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

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

background-color css

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

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

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

border-color css

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

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

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