Html Css Color HEX #CA5655 Fuzzy Wuzzy Brown

📋 copy color: '#CA5655'

red 202 ◦ green 86 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #CA5655

Tints of Fuzzy Wuzzy Brown #CA5655

RGB

 RED value IS 202 (79.3% from 255) = 54.16%

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

 BLUE value IS 85 (33.59% from 255) = 22.79%

R = 54.16%
G = 23.06%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA5655 (or 0xCA5655) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 56 and 55. RGB value is (202,86,85). Sum of RGB (Red+Green+Blue) = 202+86+85=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5655 is #35A9AA. Grayscale: #787878. Windows color (decimal): -3516843 or 5592778. OLE color: 5592778.

HSL color Cylindrical-coordinate representation of color #CA5655: hue angle of 0.51º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5655 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 86 85 -
CMYK 0 0.57 0.58 0.21
HSL 0.51º 0.52% 0.56% -
HSV(B) 0.51º 0.58% 0.79% -
XYZ 29.32 19.87 10.88 -
YUV 120.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 202 86 85 0 0.57 0.58 0.21 0.51 0.52 0.56
Hex CA 56 55 0 39 3A 15 1 34 38
Octal 312 126 125 0 71 72 25 1 64 70
Binary 11001010 1010110 1010101 0 111001 111010 10101 1 110100 111000

Color Harmonies of #CA5655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5655

Black with #CA5655

Text Example


Text Example

White with #CA5655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5655; }

 p { color: rgb(202,86,85); }

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

background-color css

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

 a { background-color: rgb(202,86,85); }

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

border-color css

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

 span { border-color: rgb(202,86,85); }

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