Html Css Color HEX #CB640B Tenne (Tawny)

📋 copy color: '#CB640B'

red 203 ◦ green 100 ◦ blue 11

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

Shades of Tenne (Tawny) #CB640B

Tints of Tenne (Tawny) #CB640B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.85%

 BLUE value IS 11 (4.69% from 255) = 3.5%

R = 64.65%
G = 31.85%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB640B (or 0xCB640B) is known color: Tenne (Tawny). HEX triplet: CB, 64 and 0B. RGB value is (203,100,11). Sum of RGB (Red+Green+Blue) = 203+100+11=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB640B is #349BF4. Grayscale: #797979. Windows color (decimal): -3447797 or 746699. OLE color: 746699.

HSL color Cylindrical-coordinate representation of color #CB640B: hue angle of 27.81º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB640B is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 100 11 -
CMYK 0 0.51 0.95 0.20
HSL 27.81º 0.9% 0.42% -
HSV(B) 27.81º 0.95% 0.8% -
XYZ 29.25 21.84 2.99 -
YUV 120.65 66.12 186.74 -
System Red Green Blue C M Y K H S L
Decimal 203 100 11 0 0.51 0.95 0.20 27.81 0.9 0.42
Hex CB 64 B 0 33 5F 14 1C 5A 2A
Octal 313 144 13 0 63 137 24 34 132 52
Binary 11001011 1100100 1011 0 110011 1011111 10100 11100 1011010 101010

Color Harmonies of #CB640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB640B

Black with #CB640B

Text Example


Text Example

White with #CB640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB640B; }

 p { color: rgb(203,100,11); }

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

background-color css

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

 a { background-color: rgb(203,100,11); }

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

border-color css

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

 span { border-color: rgb(203,100,11); }

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