Html Css Color HEX #CB580A Tenne (Tawny)

📋 copy color: '#CB580A'

red 203 ◦ green 88 ◦ blue 10

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

Shades of Tenne (Tawny) #CB580A

Tints of Tenne (Tawny) #CB580A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 67.44%
G = 29.24%
B = 3.32%

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

#CB580A (or 0xCB580A) is known color: Tenne (Tawny). HEX triplet: CB, 58 and 0A. RGB value is (203,88,10). Sum of RGB (Red+Green+Blue) = 203+88+10=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB580A is #34A7F5. Grayscale: #717171. Windows color (decimal): -3450870 or 678091. OLE color: 678091.

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

Color convert

RGB 203 88 10 -
CMYK 0 0.57 0.95 0.20
HSL 24.25º 0.91% 0.42% -
HSV(B) 24.25º 0.95% 0.8% -
XYZ 28.17 19.7 2.6 -
YUV 113.49 69.6 191.84 -
System Red Green Blue C M Y K H S L
Decimal 203 88 10 0 0.57 0.95 0.20 24.25 0.91 0.42
Hex CB 58 A 0 39 5F 14 18 5B 2A
Octal 313 130 12 0 71 137 24 30 133 52
Binary 11001011 1011000 1010 0 111001 1011111 10100 11000 1011011 101010

Color Harmonies of #CB580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB580A

Black with #CB580A

Text Example


Text Example

White with #CB580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB580A; }

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

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

background-color css

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

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

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

border-color css

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

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

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