Html Css Color HEX #CC5654 Fuzzy Wuzzy Brown

📋 copy color: '#CC5654'

red 204 ◦ green 86 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #CC5654

Tints of Fuzzy Wuzzy Brown #CC5654

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.99%

 BLUE value IS 84 (33.2% from 255) = 22.46%

R = 54.55%
G = 22.99%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC5654 (or 0xCC5654) is known color: Fuzzy Wuzzy Brown. HEX triplet: CC, 56 and 54. RGB value is (204,86,84). Sum of RGB (Red+Green+Blue) = 204+86+84=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5654 is #33A9AB. Grayscale: #797979. Windows color (decimal): -3385772 or 5527244. OLE color: 5527244.

HSL color Cylindrical-coordinate representation of color #CC5654: hue angle of 1º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5654 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 86 84 -
CMYK 0 0.58 0.59 0.2
HSL 0.54% 0.56% -
HSV(B) 0.59% 0.8% -
XYZ 29.83 20.13 10.7 -
YUV 121.05 107.09 187.16 -
System Red Green Blue C M Y K H S L
Decimal 204 86 84 0 0.58 0.59 0.2 1 0.54 0.56
Hex CC 56 54 0 3A 3B 14 1 36 38
Octal 314 126 124 0 72 73 24 1 66 70
Binary 11001100 1010110 1010100 0 111010 111011 10100 1 110110 111000

Color Harmonies of #CC5654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5654

Black with #CC5654

Text Example


Text Example

White with #CC5654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5654; }

 p { color: rgb(204,86,84); }

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

background-color css

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

 a { background-color: rgb(204,86,84); }

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

border-color css

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

 span { border-color: rgb(204,86,84); }

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