Html Css Color HEX #CB5017 Tenne (Tawny)

📋 copy color: '#CB5017'

red 203 ◦ green 80 ◦ blue 23

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

Shades of Tenne (Tawny) #CB5017

Tints of Tenne (Tawny) #CB5017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.52%

R = 66.34%
G = 26.14%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB5017 (or 0xCB5017) is known color: Tenne (Tawny). HEX triplet: CB, 50 and 17. RGB value is (203,80,23). Sum of RGB (Red+Green+Blue) = 203+80+23=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5017 is #34AFE8. Grayscale: #6E6E6E. Windows color (decimal): -3452905 or 1528011. OLE color: 1528011.

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

Color convert

RGB 203 80 23 -
CMYK 0 0.61 0.89 0.20
HSL 19º 0.8% 0.44% -
HSV(B) 19º 0.89% 0.8% -
XYZ 27.65 18.5 2.92 -
YUV 110.28 78.75 194.13 -
System Red Green Blue C M Y K H S L
Decimal 203 80 23 0 0.61 0.89 0.20 19 0.8 0.44
Hex CB 50 17 0 3D 59 14 13 50 2C
Octal 313 120 27 0 75 131 24 23 120 54
Binary 11001011 1010000 10111 0 111101 1011001 10100 10011 1010000 101100

Color Harmonies of #CB5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5017

Black with #CB5017

Text Example


Text Example

White with #CB5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5017; }

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

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

background-color css

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

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

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

border-color css

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

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

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