Html Css Color HEX #CB6000 Tenne (Tawny)

📋 copy color: '#CB6000'

red 203 ◦ green 96 ◦ blue 0

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

Shades of Tenne (Tawny) #CB6000

Tints of Tenne (Tawny) #CB6000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.11%

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

R = 67.89%
G = 32.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB6000 (or 0xCB6000) is known color: Tenne (Tawny). HEX triplet: CB, 60 and 00. RGB value is (203,96,0). Sum of RGB (Red+Green+Blue) = 203+96+0=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6000 is #349FFF. Grayscale: #757575. Windows color (decimal): -3448832 or 24779. OLE color: 24779.

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

Color convert

RGB 203 96 0 -
CMYK 0 0.53 1 0.20
HSL 28.37º 1% 0.4% -
HSV(B) 28.37º 1% 0.8% -
XYZ 28.81 21.06 2.55 -
YUV 117.05 61.95 189.31 -
System Red Green Blue C M Y K H S L
Decimal 203 96 0 0 0.53 1 0.20 28.37 1 0.4
Hex CB 60 0 0 35 64 14 1C 64 28
Octal 313 140 0 0 65 144 24 34 144 50
Binary 11001011 1100000 0 0 110101 1100100 10100 11100 1100100 101000

Color Harmonies of #CB6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6000

Black with #CB6000

Text Example


Text Example

White with #CB6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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