Html Css Color HEX #CB580B Tenne (Tawny)

📋 copy color: '#CB580B'

red 203 ◦ green 88 ◦ blue 11

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

Shades of Tenne (Tawny) #CB580B

Tints of Tenne (Tawny) #CB580B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.14%

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

R = 67.22%
G = 29.14%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB580B (or 0xCB580B) is known color: Tenne (Tawny). HEX triplet: CB, 58 and 0B. RGB value is (203,88,11). Sum of RGB (Red+Green+Blue) = 203+88+11=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB580B is #34A7F4. Grayscale: #727272. Windows color (decimal): -3450869 or 743627. OLE color: 743627.

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

Color convert

RGB 203 88 11 -
CMYK 0 0.57 0.95 0.20
HSL 24.06º 0.9% 0.42% -
HSV(B) 24.06º 0.95% 0.8% -
XYZ 28.18 19.7 2.63 -
YUV 113.61 70.1 191.76 -
System Red Green Blue C M Y K H S L
Decimal 203 88 11 0 0.57 0.95 0.20 24.06 0.9 0.42
Hex CB 58 B 0 39 5F 14 18 5A 2A
Octal 313 130 13 0 71 137 24 30 132 52
Binary 11001011 1011000 1011 0 111001 1011111 10100 11000 1011010 101010

Color Harmonies of #CB580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB580B

Black with #CB580B

Text Example


Text Example

White with #CB580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB580B; }

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

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

background-color css

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

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

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

border-color css

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

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

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