Html Css Color HEX #CB5C0B Tenne (Tawny)

📋 copy color: '#CB5C0B'

red 203 ◦ green 92 ◦ blue 11

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

Shades of Tenne (Tawny) #CB5C0B

Tints of Tenne (Tawny) #CB5C0B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

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

R = 66.34%
G = 30.07%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB5C0B (or 0xCB5C0B) is known color: Tenne (Tawny). HEX triplet: CB, 5C and 0B. RGB value is (203,92,11). Sum of RGB (Red+Green+Blue) = 203+92+11=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5C0B is #34A3F4. Grayscale: #747474. Windows color (decimal): -3449845 or 744651. OLE color: 744651.

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

Color convert

RGB 203 92 11 -
CMYK 0 0.55 0.95 0.20
HSL 25.31º 0.9% 0.42% -
HSV(B) 25.31º 0.95% 0.8% -
XYZ 28.52 20.37 2.75 -
YUV 115.96 68.77 190.09 -
System Red Green Blue C M Y K H S L
Decimal 203 92 11 0 0.55 0.95 0.20 25.31 0.9 0.42
Hex CB 5C B 0 37 5F 14 19 5A 2A
Octal 313 134 13 0 67 137 24 31 132 52
Binary 11001011 1011100 1011 0 110111 1011111 10100 11001 1011010 101010

Color Harmonies of #CB5C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5C0B

Black with #CB5C0B

Text Example


Text Example

White with #CB5C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5C0B; }

 p { color: rgb(203,92,11); }

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

background-color css

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

 a { background-color: rgb(203,92,11); }

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

border-color css

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

 span { border-color: rgb(203,92,11); }

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