Html Css Color HEX #CB500B Tenne (Tawny)

📋 copy color: '#CB500B'

red 203 ◦ green 80 ◦ blue 11

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

Shades of Tenne (Tawny) #CB500B

Tints of Tenne (Tawny) #CB500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.21%

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

R = 69.05%
G = 27.21%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB500B (or 0xCB500B) is known color: Tenne (Tawny). HEX triplet: CB, 50 and 0B. RGB value is (203,80,11). Sum of RGB (Red+Green+Blue) = 203+80+11=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB500B is #34AFF4. Grayscale: #6D6D6D. Windows color (decimal): -3452917 or 741579. OLE color: 741579.

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

Color convert

RGB 203 80 11 -
CMYK 0 0.61 0.95 0.20
HSL 21.56º 0.9% 0.42% -
HSV(B) 21.56º 0.95% 0.8% -
XYZ 27.56 18.46 2.43 -
YUV 108.91 72.75 195.11 -
System Red Green Blue C M Y K H S L
Decimal 203 80 11 0 0.61 0.95 0.20 21.56 0.9 0.42
Hex CB 50 B 0 3D 5F 14 16 5A 2A
Octal 313 120 13 0 75 137 24 26 132 52
Binary 11001011 1010000 1011 0 111101 1011111 10100 10110 1011010 101010

Color Harmonies of #CB500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB500B

Black with #CB500B

Text Example


Text Example

White with #CB500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB500B; }

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

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

background-color css

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

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

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

border-color css

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

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

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