Html Css Color HEX #CB5E0C Tenne (Tawny)

📋 copy color: '#CB5E0C'

red 203 ◦ green 94 ◦ blue 12

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

Shades of Tenne (Tawny) #CB5E0C

Tints of Tenne (Tawny) #CB5E0C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 12 (5.08% from 255) = 3.88%

R = 65.7%
G = 30.42%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB5E0C (or 0xCB5E0C) is known color: Tenne (Tawny). HEX triplet: CB, 5E and 0C. RGB value is (203,94,12). Sum of RGB (Red+Green+Blue) = 203+94+12=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5E0C is #34A1F3. Grayscale: #757575. Windows color (decimal): -3449332 or 810699. OLE color: 810699.

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

Color convert

RGB 203 94 12 -
CMYK 0 0.54 0.94 0.20
HSL 25.76º 0.89% 0.42% -
HSV(B) 25.76º 0.94% 0.8% -
XYZ 28.7 20.73 2.84 -
YUV 117.24 68.61 189.17 -
System Red Green Blue C M Y K H S L
Decimal 203 94 12 0 0.54 0.94 0.20 25.76 0.89 0.42
Hex CB 5E C 0 36 5E 14 1A 59 2A
Octal 313 136 14 0 66 136 24 32 131 52
Binary 11001011 1011110 1100 0 110110 1011110 10100 11010 1011001 101010

Color Harmonies of #CB5E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E0C

Black with #CB5E0C

Text Example


Text Example

White with #CB5E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E0C; }

 p { color: rgb(203,94,12); }

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

background-color css

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

 a { background-color: rgb(203,94,12); }

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

border-color css

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

 span { border-color: rgb(203,94,12); }

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