Html Css Color HEX #CB550A Tenne (Tawny)

📋 copy color: '#CB550A'

red 203 ◦ green 85 ◦ blue 10

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

Shades of Tenne (Tawny) #CB550A

Tints of Tenne (Tawny) #CB550A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.52%

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

R = 68.12%
G = 28.52%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB550A (or 0xCB550A) is known color: Tenne (Tawny). HEX triplet: CB, 55 and 0A. RGB value is (203,85,10). Sum of RGB (Red+Green+Blue) = 203+85+10=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB550A is #34AAF5. Grayscale: #707070. Windows color (decimal): -3451638 or 677323. OLE color: 677323.

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

Color convert

RGB 203 85 10 -
CMYK 0 0.58 0.95 0.20
HSL 23.32º 0.91% 0.42% -
HSV(B) 23.32º 0.95% 0.8% -
XYZ 27.93 19.22 2.52 -
YUV 111.73 70.59 193.1 -
System Red Green Blue C M Y K H S L
Decimal 203 85 10 0 0.58 0.95 0.20 23.32 0.91 0.42
Hex CB 55 A 0 3A 5F 14 17 5B 2A
Octal 313 125 12 0 72 137 24 27 133 52
Binary 11001011 1010101 1010 0 111010 1011111 10100 10111 1011011 101010

Color Harmonies of #CB550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB550A

Black with #CB550A

Text Example


Text Example

White with #CB550A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB550A; }

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

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

background-color css

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

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

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

border-color css

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

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

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