Html Css Color HEX #CB7000 Tenne (Tawny)

📋 copy color: '#CB7000'

red 203 ◦ green 112 ◦ blue 0

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

Shades of Tenne (Tawny) #CB7000

Tints of Tenne (Tawny) #CB7000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.56%

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

R = 64.44%
G = 35.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB7000 (or 0xCB7000) is known color: Tenne (Tawny). HEX triplet: CB, 70 and 00. RGB value is (203,112,0). Sum of RGB (Red+Green+Blue) = 203+112+0=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7000 is #348FFF. Grayscale: #7E7E7E. Windows color (decimal): -3444736 or 28875. OLE color: 28875.

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

Color convert

RGB 203 112 0 -
CMYK 0 0.45 1 0.20
HSL 33.1º 1% 0.4% -
HSV(B) 33.1º 1% 0.8% -
XYZ 30.42 24.28 3.08 -
YUV 126.44 56.65 182.61 -
System Red Green Blue C M Y K H S L
Decimal 203 112 0 0 0.45 1 0.20 33.1 1 0.4
Hex CB 70 0 0 2D 64 14 21 64 28
Octal 313 160 0 0 55 144 24 41 144 50
Binary 11001011 1110000 0 0 101101 1100100 10100 100001 1100100 101000

Color Harmonies of #CB7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7000

Black with #CB7000

Text Example


Text Example

White with #CB7000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7000; }

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

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

background-color css

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

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

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

border-color css

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

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

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