Html Css Color HEX #CA5952 Fuzzy Wuzzy Brown

📋 copy color: '#CA5952'

red 202 ◦ green 89 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #CA5952

Tints of Fuzzy Wuzzy Brown #CA5952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.86%

 BLUE value IS 82 (32.42% from 255) = 21.98%

R = 54.16%
G = 23.86%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA5952 (or 0xCA5952) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 59 and 52. RGB value is (202,89,82). Sum of RGB (Red+Green+Blue) = 202+89+82=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5952 is #35A6AD. Grayscale: #7A7A7A. Windows color (decimal): -3516078 or 5396938. OLE color: 5396938.

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

Color convert

RGB 202 89 82 -
CMYK 0 0.56 0.59 0.21
HSL 3.5º 0.53% 0.56% -
HSV(B) 3.5º 0.59% 0.79% -
XYZ 29.45 20.31 10.35 -
YUV 121.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 202 89 82 0 0.56 0.59 0.21 3.5 0.53 0.56
Hex CA 59 52 0 38 3B 15 4 35 38
Octal 312 131 122 0 70 73 25 4 65 70
Binary 11001010 1011001 1010010 0 111000 111011 10101 100 110101 111000

Color Harmonies of #CA5952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5952

Black with #CA5952

Text Example


Text Example

White with #CA5952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5952; }

 p { color: rgb(202,89,82); }

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

background-color css

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

 a { background-color: rgb(202,89,82); }

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

border-color css

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

 span { border-color: rgb(202,89,82); }

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