Html Css Color HEX #CB490A Tenne (Tawny)

📋 copy color: '#CB490A'

red 203 ◦ green 73 ◦ blue 10

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

Shades of Tenne (Tawny) #CB490A

Tints of Tenne (Tawny) #CB490A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.52%

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

R = 70.98%
G = 25.52%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB490A (or 0xCB490A) is known color: Tenne (Tawny). HEX triplet: CB, 49 and 0A. RGB value is (203,73,10). Sum of RGB (Red+Green+Blue) = 203+73+10=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB490A is #34B6F5. Grayscale: #696969. Windows color (decimal): -3454710 or 674251. OLE color: 674251.

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

Color convert

RGB 203 73 10 -
CMYK 0 0.64 0.95 0.20
HSL 19.59º 0.91% 0.42% -
HSV(B) 19.59º 0.95% 0.8% -
XYZ 27.07 17.48 2.24 -
YUV 104.69 74.57 198.12 -
System Red Green Blue C M Y K H S L
Decimal 203 73 10 0 0.64 0.95 0.20 19.59 0.91 0.42
Hex CB 49 A 0 40 5F 14 14 5B 2A
Octal 313 111 12 0 100 137 24 24 133 52
Binary 11001011 1001001 1010 0 1000000 1011111 10100 10100 1011011 101010

Color Harmonies of #CB490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB490A

Black with #CB490A

Text Example


Text Example

White with #CB490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB490A; }

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

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

background-color css

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

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

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

border-color css

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

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

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