Html Css Color HEX #CB4200 Tenne (Tawny)

📋 copy color: '#CB4200'

red 203 ◦ green 66 ◦ blue 0

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

Shades of Tenne (Tawny) #CB4200

Tints of Tenne (Tawny) #CB4200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.46%
G = 24.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB4200 (or 0xCB4200) is known color: Tenne (Tawny). HEX triplet: CB, 42 and 00. RGB value is (203,66,0). Sum of RGB (Red+Green+Blue) = 203+66+0=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4200 is #34BDFF. Grayscale: #636363. Windows color (decimal): -3456512 or 17099. OLE color: 17099.

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

Color convert

RGB 203 66 0 -
CMYK 0 0.67 1 0.20
HSL 19.51º 1% 0.4% -
HSV(B) 19.51º 1% 0.8% -
XYZ 26.58 16.59 1.8 -
YUV 99.44 71.89 201.87 -
System Red Green Blue C M Y K H S L
Decimal 203 66 0 0 0.67 1 0.20 19.51 1 0.4
Hex CB 42 0 0 43 64 14 14 64 28
Octal 313 102 0 0 103 144 24 24 144 50
Binary 11001011 1000010 0 0 1000011 1100100 10100 10100 1100100 101000

Color Harmonies of #CB4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4200

Black with #CB4200

Text Example


Text Example

White with #CB4200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4200; }

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

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

background-color css

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

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

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

border-color css

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

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

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