Html Css Color HEX #CB5701 Tenne (Tawny)

📋 copy color: '#CB5701'

red 203 ◦ green 87 ◦ blue 1

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

Shades of Tenne (Tawny) #CB5701

Tints of Tenne (Tawny) #CB5701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

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

R = 69.76%
G = 29.9%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB5701 (or 0xCB5701) is known color: Tenne (Tawny). HEX triplet: CB, 57 and 01. RGB value is (203,87,1). Sum of RGB (Red+Green+Blue) = 203+87+1=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5701 is #34A8FE. Grayscale: #707070. Windows color (decimal): -3451135 or 88011. OLE color: 88011.

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

Color convert

RGB 203 87 1 -
CMYK 0 0.57 1.00 0.20
HSL 25.54º 0.99% 0.4% -
HSV(B) 25.54º 1% 0.8% -
XYZ 28.04 19.52 2.32 -
YUV 111.88 65.43 192.99 -
System Red Green Blue C M Y K H S L
Decimal 203 87 1 0 0.57 1.00 0.20 25.54 0.99 0.4
Hex CB 57 1 0 39 64 14 1A 63 28
Octal 313 127 1 0 71 144 24 32 143 50
Binary 11001011 1010111 1 0 111001 1100100 10100 11010 1100011 101000

Color Harmonies of #CB5701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5701

Black with #CB5701

Text Example


Text Example

White with #CB5701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5701; }

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

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

background-color css

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

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

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

border-color css

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

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

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