Html Css Color HEX #CB4A09 Tenne (Tawny)

📋 copy color: '#CB4A09'

red 203 ◦ green 74 ◦ blue 9

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

Shades of Tenne (Tawny) #CB4A09

Tints of Tenne (Tawny) #CB4A09

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.87%

 BLUE value IS 9 (3.91% from 255) = 3.15%

R = 70.98%
G = 25.87%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB4A09 (or 0xCB4A09) is known color: Tenne (Tawny). HEX triplet: CB, 4A and 09. RGB value is (203,74,9). Sum of RGB (Red+Green+Blue) = 203+74+9=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4A09 is #34B5F6. Grayscale: #696969. Windows color (decimal): -3454455 or 608971. OLE color: 608971.

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

Color convert

RGB 203 74 9 -
CMYK 0 0.64 0.96 0.20
HSL 20.1º 0.92% 0.42% -
HSV(B) 20.1º 0.96% 0.8% -
XYZ 27.13 17.61 2.23 -
YUV 105.16 73.74 197.79 -
System Red Green Blue C M Y K H S L
Decimal 203 74 9 0 0.64 0.96 0.20 20.1 0.92 0.42
Hex CB 4A 9 0 40 60 14 14 5C 2A
Octal 313 112 11 0 100 140 24 24 134 52
Binary 11001011 1001010 1001 0 1000000 1100000 10100 10100 1011100 101010

Color Harmonies of #CB4A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A09

Black with #CB4A09

Text Example


Text Example

White with #CB4A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A09; }

 p { color: rgb(203,74,9); }

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

background-color css

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

 a { background-color: rgb(203,74,9); }

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

border-color css

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

 span { border-color: rgb(203,74,9); }

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