Html Css Color HEX #CB5A0C Tenne (Tawny)

📋 copy color: '#CB5A0C'

red 203 ◦ green 90 ◦ blue 12

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

Shades of Tenne (Tawny) #CB5A0C

Tints of Tenne (Tawny) #CB5A0C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.51%

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

R = 66.56%
G = 29.51%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB5A0C (or 0xCB5A0C) is known color: Tenne (Tawny). HEX triplet: CB, 5A and 0C. RGB value is (203,90,12). Sum of RGB (Red+Green+Blue) = 203+90+12=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5A0C is #34A5F3. Grayscale: #737373. Windows color (decimal): -3450356 or 809675. OLE color: 809675.

HSL color Cylindrical-coordinate representation of color #CB5A0C: hue angle of 24.5º 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 #CB5A0C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 90 12 -
CMYK 0 0.56 0.94 0.20
HSL 24.5º 0.89% 0.42% -
HSV(B) 24.5º 0.94% 0.8% -
XYZ 28.35 20.04 2.72 -
YUV 114.9 69.94 190.84 -
System Red Green Blue C M Y K H S L
Decimal 203 90 12 0 0.56 0.94 0.20 24.5 0.89 0.42
Hex CB 5A C 0 38 5E 14 19 59 2A
Octal 313 132 14 0 70 136 24 31 131 52
Binary 11001011 1011010 1100 0 111000 1011110 10100 11001 1011001 101010

Color Harmonies of #CB5A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5A0C

Black with #CB5A0C

Text Example


Text Example

White with #CB5A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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