Html Css Color HEX #CC5351 Fuzzy Wuzzy Brown

📋 copy color: '#CC5351'

red 204 ◦ green 83 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #CC5351

Tints of Fuzzy Wuzzy Brown #CC5351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.55%

 BLUE value IS 81 (32.03% from 255) = 22.01%

R = 55.43%
G = 22.55%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC5351 (or 0xCC5351) is known color: Fuzzy Wuzzy Brown. HEX triplet: CC, 53 and 51. RGB value is (204,83,81). Sum of RGB (Red+Green+Blue) = 204+83+81=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5351 is #33ACAE. Grayscale: #777777. Windows color (decimal): -3386543 or 5329868. OLE color: 5329868.

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

Color convert

RGB 204 83 81 -
CMYK 0 0.59 0.60 0.2
HSL 0.98º 0.55% 0.56% -
HSV(B) 0.98º 0.6% 0.8% -
XYZ 29.48 19.62 10.02 -
YUV 118.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 204 83 81 0 0.59 0.60 0.2 0.98 0.55 0.56
Hex CC 53 51 0 3B 3C 14 1 37 38
Octal 314 123 121 0 73 74 24 1 67 70
Binary 11001100 1010011 1010001 0 111011 111100 10100 1 110111 111000

Color Harmonies of #CC5351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5351

Black with #CC5351

Text Example


Text Example

White with #CC5351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5351; }

 p { color: rgb(204,83,81); }

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

background-color css

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

 a { background-color: rgb(204,83,81); }

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

border-color css

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

 span { border-color: rgb(204,83,81); }

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