Html Css Color HEX #CB7001 Tenne (Tawny)

📋 copy color: '#CB7001'

red 203 ◦ green 112 ◦ blue 1

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

Shades of Tenne (Tawny) #CB7001

Tints of Tenne (Tawny) #CB7001

RGB

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

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

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

R = 64.24%
G = 35.44%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB7001 (or 0xCB7001) is known color: Tenne (Tawny). HEX triplet: CB, 70 and 01. RGB value is (203,112,1). Sum of RGB (Red+Green+Blue) = 203+112+1=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7001 is #348FFE. Grayscale: #7F7F7F. Windows color (decimal): -3444735 or 94411. OLE color: 94411.

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

Color convert

RGB 203 112 1 -
CMYK 0 0.45 1.00 0.20
HSL 32.97º 0.99% 0.4% -
HSV(B) 32.97º 1% 0.8% -
XYZ 30.43 24.29 3.11 -
YUV 126.56 57.15 182.53 -
System Red Green Blue C M Y K H S L
Decimal 203 112 1 0 0.45 1.00 0.20 32.97 0.99 0.4
Hex CB 70 1 0 2D 64 14 21 63 28
Octal 313 160 1 0 55 144 24 41 143 50
Binary 11001011 1110000 1 0 101101 1100100 10100 100001 1100011 101000

Color Harmonies of #CB7001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7001

Black with #CB7001

Text Example


Text Example

White with #CB7001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7001; }

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

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

background-color css

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

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

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

border-color css

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

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

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