Html Css Color HEX #CA660B Tenne (Tawny)

📋 copy color: '#CA660B'

red 202 ◦ green 102 ◦ blue 11

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

Shades of Tenne (Tawny) #CA660B

Tints of Tenne (Tawny) #CA660B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.49%

R = 64.13%
G = 32.38%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA660B (or 0xCA660B) is known color: Tenne (Tawny). HEX triplet: CA, 66 and 0B. RGB value is (202,102,11). Sum of RGB (Red+Green+Blue) = 202+102+11=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA660B is #3599F4. Grayscale: #797979. Windows color (decimal): -3512821 or 747210. OLE color: 747210.

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

Color convert

RGB 202 102 11 -
CMYK 0 0.50 0.95 0.21
HSL 28.59º 0.9% 0.42% -
HSV(B) 28.59º 0.95% 0.79% -
XYZ 29.17 22.08 3.04 -
YUV 121.53 65.63 185.4 -
System Red Green Blue C M Y K H S L
Decimal 202 102 11 0 0.50 0.95 0.21 28.59 0.9 0.42
Hex CA 66 B 0 32 5F 15 1D 5A 2A
Octal 312 146 13 0 62 137 25 35 132 52
Binary 11001010 1100110 1011 0 110010 1011111 10101 11101 1011010 101010

Color Harmonies of #CA660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA660B

Black with #CA660B

Text Example


Text Example

White with #CA660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA660B; }

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

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

background-color css

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

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

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

border-color css

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

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

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