Html Css Color HEX #CB550F Tenne (Tawny)

📋 copy color: '#CB550F'

red 203 ◦ green 85 ◦ blue 15

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

Shades of Tenne (Tawny) #CB550F

Tints of Tenne (Tawny) #CB550F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.95%

R = 67%
G = 28.05%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB550F (or 0xCB550F) is known color: Tenne (Tawny). HEX triplet: CB, 55 and 0F. RGB value is (203,85,15). Sum of RGB (Red+Green+Blue) = 203+85+15=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB550F is #34AAF0. Grayscale: #707070. Windows color (decimal): -3451633 or 1005003. OLE color: 1005003.

HSL color Cylindrical-coordinate representation of color #CB550F: hue angle of 22.34º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB550F is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 85 15 -
CMYK 0 0.58 0.93 0.20
HSL 22.34º 0.86% 0.43% -
HSV(B) 22.34º 0.93% 0.8% -
XYZ 27.96 19.23 2.69 -
YUV 112.3 73.09 192.69 -
System Red Green Blue C M Y K H S L
Decimal 203 85 15 0 0.58 0.93 0.20 22.34 0.86 0.43
Hex CB 55 F 0 3A 5D 14 16 56 2B
Octal 313 125 17 0 72 135 24 26 126 53
Binary 11001011 1010101 1111 0 111010 1011101 10100 10110 1010110 101011

Color Harmonies of #CB550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB550F

Black with #CB550F

Text Example


Text Example

White with #CB550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB550F; }

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

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

background-color css

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

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

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

border-color css

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

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

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