Html Css Color HEX #CB5E06 Tenne (Tawny)

📋 copy color: '#CB5E06'

red 203 ◦ green 94 ◦ blue 6

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

Shades of Tenne (Tawny) #CB5E06

Tints of Tenne (Tawny) #CB5E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.98%

R = 67%
G = 31.02%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB5E06 (or 0xCB5E06) is known color: Tenne (Tawny). HEX triplet: CB, 5E and 06. RGB value is (203,94,6). Sum of RGB (Red+Green+Blue) = 203+94+6=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5E06 is #34A1F9. Grayscale: #757575. Windows color (decimal): -3449338 or 417483. OLE color: 417483.

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

Color convert

RGB 203 94 6 -
CMYK 0 0.54 0.97 0.20
HSL 26.8º 0.94% 0.41% -
HSV(B) 26.8º 0.97% 0.8% -
XYZ 28.66 20.72 2.66 -
YUV 116.56 65.61 189.66 -
System Red Green Blue C M Y K H S L
Decimal 203 94 6 0 0.54 0.97 0.20 26.8 0.94 0.41
Hex CB 5E 6 0 36 61 14 1B 5E 29
Octal 313 136 6 0 66 141 24 33 136 51
Binary 11001011 1011110 110 0 110110 1100001 10100 11011 1011110 101001

Color Harmonies of #CB5E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E06

Black with #CB5E06

Text Example


Text Example

White with #CB5E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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