Html Css Color HEX #CB7101 Tenne (Tawny)

📋 copy color: '#CB7101'

red 203 ◦ green 113 ◦ blue 1

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

Shades of Tenne (Tawny) #CB7101

Tints of Tenne (Tawny) #CB7101

RGB

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

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

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

R = 64.04%
G = 35.65%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB7101 (or 0xCB7101) is known color: Tenne (Tawny). HEX triplet: CB, 71 and 01. RGB value is (203,113,1). Sum of RGB (Red+Green+Blue) = 203+113+1=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7101 is #348EFE. Grayscale: #7F7F7F. Windows color (decimal): -3444479 or 94667. OLE color: 94667.

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

Color convert

RGB 203 113 1 -
CMYK 0 0.44 1.00 0.20
HSL 33.27º 0.99% 0.4% -
HSV(B) 33.27º 1% 0.8% -
XYZ 30.54 24.51 3.15 -
YUV 127.14 56.82 182.11 -
System Red Green Blue C M Y K H S L
Decimal 203 113 1 0 0.44 1.00 0.20 33.27 0.99 0.4
Hex CB 71 1 0 2C 64 14 21 63 28
Octal 313 161 1 0 54 144 24 41 143 50
Binary 11001011 1110001 1 0 101100 1100100 10100 100001 1100011 101000

Color Harmonies of #CB7101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7101

Black with #CB7101

Text Example


Text Example

White with #CB7101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7101; }

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

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

background-color css

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

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

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

border-color css

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

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

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