Html Css Color HEX #CA600C Tenne (Tawny)

📋 copy color: '#CA600C'

red 202 ◦ green 96 ◦ blue 12

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

Shades of Tenne (Tawny) #CA600C

Tints of Tenne (Tawny) #CA600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.97%

 BLUE value IS 12 (5.08% from 255) = 3.87%

R = 65.16%
G = 30.97%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA600C (or 0xCA600C) is known color: Tenne (Tawny). HEX triplet: CA, 60 and 0C. RGB value is (202,96,12). Sum of RGB (Red+Green+Blue) = 202+96+12=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA600C is #359FF3. Grayscale: #767676. Windows color (decimal): -3514356 or 811210. OLE color: 811210.

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

Color convert

RGB 202 96 12 -
CMYK 0 0.52 0.94 0.21
HSL 26.53º 0.89% 0.42% -
HSV(B) 26.53º 0.94% 0.79% -
XYZ 28.61 20.95 2.88 -
YUV 118.12 68.12 187.83 -
System Red Green Blue C M Y K H S L
Decimal 202 96 12 0 0.52 0.94 0.21 26.53 0.89 0.42
Hex CA 60 C 0 34 5E 15 1B 59 2A
Octal 312 140 14 0 64 136 25 33 131 52
Binary 11001010 1100000 1100 0 110100 1011110 10101 11011 1011001 101010

Color Harmonies of #CA600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA600C

Black with #CA600C

Text Example


Text Example

White with #CA600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA600C; }

 p { color: rgb(202,96,12); }

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

background-color css

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

 a { background-color: rgb(202,96,12); }

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

border-color css

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

 span { border-color: rgb(202,96,12); }

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