Html Css Color HEX #CB4601 Tenne (Tawny)

📋 copy color: '#CB4601'

red 203 ◦ green 70 ◦ blue 1

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

Shades of Tenne (Tawny) #CB4601

Tints of Tenne (Tawny) #CB4601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.55%

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

R = 74.09%
G = 25.55%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB4601 (or 0xCB4601) is known color: Tenne (Tawny). HEX triplet: CB, 46 and 01. RGB value is (203,70,1). Sum of RGB (Red+Green+Blue) = 203+70+1=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4601 is #34B9FE. Grayscale: #666666. Windows color (decimal): -3455487 or 83659. OLE color: 83659.

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

Color convert

RGB 203 70 1 -
CMYK 0 0.66 1.00 0.20
HSL 20.5º 0.99% 0.4% -
HSV(B) 20.5º 1% 0.8% -
XYZ 26.82 17.08 1.91 -
YUV 101.9 71.06 200.11 -
System Red Green Blue C M Y K H S L
Decimal 203 70 1 0 0.66 1.00 0.20 20.5 0.99 0.4
Hex CB 46 1 0 42 64 14 14 63 28
Octal 313 106 1 0 102 144 24 24 143 50
Binary 11001011 1000110 1 0 1000010 1100100 10100 10100 1100011 101000

Color Harmonies of #CB4601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4601

Black with #CB4601

Text Example


Text Example

White with #CB4601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4601; }

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

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

background-color css

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

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

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

border-color css

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

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

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