Html Css Color HEX #CB5012 Tenne (Tawny)

📋 copy color: '#CB5012'

red 203 ◦ green 80 ◦ blue 18

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

Shades of Tenne (Tawny) #CB5012

Tints of Tenne (Tawny) #CB5012

RGB

 RED value IS 203 (79.69% from 255) = 67.44%

 GREEN value IS 80 (31.64% from 255) = 26.58%

 BLUE value IS 18 (7.42% from 255) = 5.98%

R = 67.44%
G = 26.58%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB5012 (or 0xCB5012) is known color: Tenne (Tawny). HEX triplet: CB, 50 and 12. RGB value is (203,80,18). Sum of RGB (Red+Green+Blue) = 203+80+18=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5012 is #34AFED. Grayscale: #6E6E6E. Windows color (decimal): -3452910 or 1200331. OLE color: 1200331.

HSL color Cylindrical-coordinate representation of color #CB5012: hue angle of 20.11º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB5012 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 80 18 -
CMYK 0 0.61 0.91 0.20
HSL 20.11º 0.84% 0.43% -
HSV(B) 20.11º 0.91% 0.8% -
XYZ 27.61 18.48 2.68 -
YUV 109.71 76.25 194.54 -
System Red Green Blue C M Y K H S L
Decimal 203 80 18 0 0.61 0.91 0.20 20.11 0.84 0.43
Hex CB 50 12 0 3D 5B 14 14 54 2B
Octal 313 120 22 0 75 133 24 24 124 53
Binary 11001011 1010000 10010 0 111101 1011011 10100 10100 1010100 101011

Color Harmonies of #CB5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5012

Black with #CB5012

Text Example


Text Example

White with #CB5012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5012; }

 p { color: rgb(203,80,18); }

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

background-color css

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

 a { background-color: rgb(203,80,18); }

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

border-color css

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

 span { border-color: rgb(203,80,18); }

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