Html Css Color HEX #CB5601 Tenne (Tawny)

📋 copy color: '#CB5601'

red 203 ◦ green 86 ◦ blue 1

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

Shades of Tenne (Tawny) #CB5601

Tints of Tenne (Tawny) #CB5601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.66%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 70%
G = 29.66%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB5601 (or 0xCB5601) is known color: Tenne (Tawny). HEX triplet: CB, 56 and 01. RGB value is (203,86,1). Sum of RGB (Red+Green+Blue) = 203+86+1=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5601 is #34A9FE. Grayscale: #6F6F6F. Windows color (decimal): -3451391 or 87755. OLE color: 87755.

HSL color Cylindrical-coordinate representation of color #CB5601: hue angle of 25.25º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB5601 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 86 1 -
CMYK 0 0.58 1.00 0.20
HSL 25.25º 0.99% 0.4% -
HSV(B) 25.25º 1% 0.8% -
XYZ 27.96 19.35 2.29 -
YUV 111.29 65.76 193.41 -
System Red Green Blue C M Y K H S L
Decimal 203 86 1 0 0.58 1.00 0.20 25.25 0.99 0.4
Hex CB 56 1 0 3A 64 14 19 63 28
Octal 313 126 1 0 72 144 24 31 143 50
Binary 11001011 1010110 1 0 111010 1100100 10100 11001 1100011 101000

Color Harmonies of #CB5601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5601

Black with #CB5601

Text Example


Text Example

White with #CB5601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5601; }

 p { color: rgb(203,86,1); }

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

background-color css

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

 a { background-color: rgb(203,86,1); }

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

border-color css

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

 span { border-color: rgb(203,86,1); }

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