Html Css Color HEX #CB5D10 Tenne (Tawny)

📋 copy color: '#CB5D10'

red 203 ◦ green 93 ◦ blue 16

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

Shades of Tenne (Tawny) #CB5D10

Tints of Tenne (Tawny) #CB5D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.81%

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 65.06%
G = 29.81%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB5D10 (or 0xCB5D10) is known color: Tenne (Tawny). HEX triplet: CB, 5D and 10. RGB value is (203,93,16). Sum of RGB (Red+Green+Blue) = 203+93+16=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5D10 is #34A2EF. Grayscale: #757575. Windows color (decimal): -3449584 or 1072587. OLE color: 1072587.

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

Color convert

RGB 203 93 16 -
CMYK 0 0.54 0.92 0.20
HSL 24.71º 0.85% 0.43% -
HSV(B) 24.71º 0.92% 0.8% -
XYZ 28.64 20.56 2.95 -
YUV 117.11 70.94 189.26 -
System Red Green Blue C M Y K H S L
Decimal 203 93 16 0 0.54 0.92 0.20 24.71 0.85 0.43
Hex CB 5D 10 0 36 5C 14 19 55 2B
Octal 313 135 20 0 66 134 24 31 125 53
Binary 11001011 1011101 10000 0 110110 1011100 10100 11001 1010101 101011

Color Harmonies of #CB5D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5D10

Black with #CB5D10

Text Example


Text Example

White with #CB5D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5D10; }

 p { color: rgb(203,93,16); }

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

background-color css

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

 a { background-color: rgb(203,93,16); }

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

border-color css

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

 span { border-color: rgb(203,93,16); }

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