Html Css Color HEX #CB5009 Tenne (Tawny)

📋 copy color: '#CB5009'

red 203 ◦ green 80 ◦ blue 9

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

Shades of Tenne (Tawny) #CB5009

Tints of Tenne (Tawny) #CB5009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.08%

R = 69.52%
G = 27.4%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB5009 (or 0xCB5009) is known color: Tenne (Tawny). HEX triplet: CB, 50 and 09. RGB value is (203,80,9). Sum of RGB (Red+Green+Blue) = 203+80+9=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5009 is #34AFF6. Grayscale: #6D6D6D. Windows color (decimal): -3452919 or 610507. OLE color: 610507.

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

Color convert

RGB 203 80 9 -
CMYK 0 0.61 0.96 0.20
HSL 21.96º 0.92% 0.42% -
HSV(B) 21.96º 0.96% 0.8% -
XYZ 27.55 18.45 2.37 -
YUV 108.68 71.75 195.27 -
System Red Green Blue C M Y K H S L
Decimal 203 80 9 0 0.61 0.96 0.20 21.96 0.92 0.42
Hex CB 50 9 0 3D 60 14 16 5C 2A
Octal 313 120 11 0 75 140 24 26 134 52
Binary 11001011 1010000 1001 0 111101 1100000 10100 10110 1011100 101010

Color Harmonies of #CB5009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5009

Black with #CB5009

Text Example


Text Example

White with #CB5009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5009; }

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

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

background-color css

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

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

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

border-color css

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

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

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