Html Css Color HEX #CB5306 Tenne (Tawny)

📋 copy color: '#CB5306'

red 203 ◦ green 83 ◦ blue 6

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

Shades of Tenne (Tawny) #CB5306

Tints of Tenne (Tawny) #CB5306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.42%

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

R = 69.52%
G = 28.42%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB5306 (or 0xCB5306) is known color: Tenne (Tawny). HEX triplet: CB, 53 and 06. RGB value is (203,83,6). Sum of RGB (Red+Green+Blue) = 203+83+6=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5306 is #34ACF9. Grayscale: #6E6E6E. Windows color (decimal): -3452154 or 414667. OLE color: 414667.

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

Color convert

RGB 203 83 6 -
CMYK 0 0.59 0.97 0.20
HSL 23.45º 0.94% 0.41% -
HSV(B) 23.45º 0.97% 0.8% -
XYZ 27.75 18.9 2.36 -
YUV 110.1 69.26 194.26 -
System Red Green Blue C M Y K H S L
Decimal 203 83 6 0 0.59 0.97 0.20 23.45 0.94 0.41
Hex CB 53 6 0 3B 61 14 17 5E 29
Octal 313 123 6 0 73 141 24 27 136 51
Binary 11001011 1010011 110 0 111011 1100001 10100 10111 1011110 101001

Color Harmonies of #CB5306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5306

Black with #CB5306

Text Example


Text Example

White with #CB5306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5306; }

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

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

background-color css

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

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

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

border-color css

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

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

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