Html Css Color HEX #CB4801 Tenne (Tawny)

📋 copy color: '#CB4801'

red 203 ◦ green 72 ◦ blue 1

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

Shades of Tenne (Tawny) #CB4801

Tints of Tenne (Tawny) #CB4801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

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

R = 73.55%
G = 26.09%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB4801 (or 0xCB4801) is known color: Tenne (Tawny). HEX triplet: CB, 48 and 01. RGB value is (203,72,1). Sum of RGB (Red+Green+Blue) = 203+72+1=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4801 is #34B7FE. Grayscale: #676767. Windows color (decimal): -3454975 or 84171. OLE color: 84171.

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

Color convert

RGB 203 72 1 -
CMYK 0 0.65 1.00 0.20
HSL 21.09º 0.99% 0.4% -
HSV(B) 21.09º 1% 0.8% -
XYZ 26.95 17.33 1.95 -
YUV 103.08 70.4 199.27 -
System Red Green Blue C M Y K H S L
Decimal 203 72 1 0 0.65 1.00 0.20 21.09 0.99 0.4
Hex CB 48 1 0 41 64 14 15 63 28
Octal 313 110 1 0 101 144 24 25 143 50
Binary 11001011 1001000 1 0 1000001 1100100 10100 10101 1100011 101000

Color Harmonies of #CB4801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4801

Black with #CB4801

Text Example


Text Example

White with #CB4801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4801; }

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

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

background-color css

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

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

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

border-color css

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

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

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