Html Css Color HEX #CB4201 Tenne (Tawny)

📋 copy color: '#CB4201'

red 203 ◦ green 66 ◦ blue 1

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

Shades of Tenne (Tawny) #CB4201

Tints of Tenne (Tawny) #CB4201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

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

R = 75.19%
G = 24.44%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB4201 (or 0xCB4201) is known color: Tenne (Tawny). HEX triplet: CB, 42 and 01. RGB value is (203,66,1). Sum of RGB (Red+Green+Blue) = 203+66+1=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4201 is #34BDFE. Grayscale: #636363. Windows color (decimal): -3456511 or 82635. OLE color: 82635.

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

Color convert

RGB 203 66 1 -
CMYK 0 0.67 1.00 0.20
HSL 19.31º 0.99% 0.4% -
HSV(B) 19.31º 1% 0.8% -
XYZ 26.58 16.6 1.83 -
YUV 99.55 72.39 201.79 -
System Red Green Blue C M Y K H S L
Decimal 203 66 1 0 0.67 1.00 0.20 19.31 0.99 0.4
Hex CB 42 1 0 43 64 14 13 63 28
Octal 313 102 1 0 103 144 24 23 143 50
Binary 11001011 1000010 1 0 1000011 1100100 10100 10011 1100011 101000

Color Harmonies of #CB4201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4201

Black with #CB4201

Text Example


Text Example

White with #CB4201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4201; }

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

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

background-color css

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

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

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

border-color css

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

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

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