Html Css Color HEX #CA6C07 Tenne (Tawny)

📋 copy color: '#CA6C07'

red 202 ◦ green 108 ◦ blue 7

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

Shades of Tenne (Tawny) #CA6C07

Tints of Tenne (Tawny) #CA6C07

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.07%

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

R = 63.72%
G = 34.07%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA6C07 (or 0xCA6C07) is known color: Tenne (Tawny). HEX triplet: CA, 6C and 07. RGB value is (202,108,7). Sum of RGB (Red+Green+Blue) = 202+108+7=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6C07 is #3593F8. Grayscale: #7D7D7D. Windows color (decimal): -3511289 or 486602. OLE color: 486602.

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

Color convert

RGB 202 108 7 -
CMYK 0 0.47 0.97 0.21
HSL 31.08º 0.93% 0.41% -
HSV(B) 31.08º 0.97% 0.79% -
XYZ 29.76 23.3 3.13 -
YUV 124.59 61.64 183.21 -
System Red Green Blue C M Y K H S L
Decimal 202 108 7 0 0.47 0.97 0.21 31.08 0.93 0.41
Hex CA 6C 7 0 2F 61 15 1F 5D 29
Octal 312 154 7 0 57 141 25 37 135 51
Binary 11001010 1101100 111 0 101111 1100001 10101 11111 1011101 101001

Color Harmonies of #CA6C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6C07

Black with #CA6C07

Text Example


Text Example

White with #CA6C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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