Html Css Color HEX #CB7100 Tenne (Tawny)

📋 copy color: '#CB7100'

red 203 ◦ green 113 ◦ blue 0

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

Shades of Tenne (Tawny) #CB7100

Tints of Tenne (Tawny) #CB7100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

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

R = 64.24%
G = 35.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB7100 (or 0xCB7100) is known color: Tenne (Tawny). HEX triplet: CB, 71 and 00. RGB value is (203,113,0). Sum of RGB (Red+Green+Blue) = 203+113+0=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7100 is #348EFF. Grayscale: #7F7F7F. Windows color (decimal): -3444480 or 29131. OLE color: 29131.

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

Color convert

RGB 203 113 0 -
CMYK 0 0.44 1 0.20
HSL 33.4º 1% 0.4% -
HSV(B) 33.4º 1% 0.8% -
XYZ 30.53 24.51 3.12 -
YUV 127.03 56.32 182.19 -
System Red Green Blue C M Y K H S L
Decimal 203 113 0 0 0.44 1 0.20 33.4 1 0.4
Hex CB 71 0 0 2C 64 14 21 64 28
Octal 313 161 0 0 54 144 24 41 144 50
Binary 11001011 1110001 0 0 101100 1100100 10100 100001 1100100 101000

Color Harmonies of #CB7100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7100

Black with #CB7100

Text Example


Text Example

White with #CB7100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7100; }

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

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

background-color css

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

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

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

border-color css

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

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

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