Html Css Color HEX #CC550B Tenne (Tawny)

📋 copy color: '#CC550B'

red 204 ◦ green 85 ◦ blue 11

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

Shades of Tenne (Tawny) #CC550B

Tints of Tenne (Tawny) #CC550B

RGB

 RED value IS 204 (80.08% from 255) = 68%

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

 BLUE value IS 11 (4.69% from 255) = 3.67%

R = 68%
G = 28.33%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC550B (or 0xCC550B) is known color: Tenne (Tawny). HEX triplet: CC, 55 and 0B. RGB value is (204,85,11). Sum of RGB (Red+Green+Blue) = 204+85+11=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC550B is #33AAF4. Grayscale: #707070. Windows color (decimal): -3386101 or 742860. OLE color: 742860.

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

Color convert

RGB 204 85 11 -
CMYK 0 0.58 0.95 0.2
HSL 23.01º 0.9% 0.42% -
HSV(B) 23.01º 0.95% 0.8% -
XYZ 28.21 19.36 2.57 -
YUV 112.15 70.92 193.52 -
System Red Green Blue C M Y K H S L
Decimal 204 85 11 0 0.58 0.95 0.2 23.01 0.9 0.42
Hex CC 55 B 0 3A 5F 14 17 5A 2A
Octal 314 125 13 0 72 137 24 27 132 52
Binary 11001100 1010101 1011 0 111010 1011111 10100 10111 1011010 101010

Color Harmonies of #CC550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC550B

Black with #CC550B

Text Example


Text Example

White with #CC550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC550B; }

 p { color: rgb(204,85,11); }

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

background-color css

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

 a { background-color: rgb(204,85,11); }

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

border-color css

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

 span { border-color: rgb(204,85,11); }

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