Html Css Color HEX #CA610B Tenne (Tawny)

📋 copy color: '#CA610B'

red 202 ◦ green 97 ◦ blue 11

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

Shades of Tenne (Tawny) #CA610B

Tints of Tenne (Tawny) #CA610B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.29%

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

R = 65.16%
G = 31.29%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA610B (or 0xCA610B) is known color: Tenne (Tawny). HEX triplet: CA, 61 and 0B. RGB value is (202,97,11). Sum of RGB (Red+Green+Blue) = 202+97+11=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA610B is #359EF4. Grayscale: #777777. Windows color (decimal): -3514101 or 745930. OLE color: 745930.

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

Color convert

RGB 202 97 11 -
CMYK 0 0.52 0.95 0.21
HSL 27.02º 0.9% 0.42% -
HSV(B) 27.02º 0.95% 0.79% -
XYZ 28.69 21.13 2.88 -
YUV 118.59 67.29 187.49 -
System Red Green Blue C M Y K H S L
Decimal 202 97 11 0 0.52 0.95 0.21 27.02 0.9 0.42
Hex CA 61 B 0 34 5F 15 1B 5A 2A
Octal 312 141 13 0 64 137 25 33 132 52
Binary 11001010 1100001 1011 0 110100 1011111 10101 11011 1011010 101010

Color Harmonies of #CA610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA610B

Black with #CA610B

Text Example


Text Example

White with #CA610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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