Html Css Color HEX #CB5652 Fuzzy Wuzzy Brown

📋 copy color: '#CB5652'

red 203 ◦ green 86 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #CB5652

Tints of Fuzzy Wuzzy Brown #CB5652

RGB

 RED value IS 203 (79.69% from 255) = 54.72%

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

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

R = 54.72%
G = 23.18%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB5652 (or 0xCB5652) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 56 and 52. RGB value is (203,86,82). Sum of RGB (Red+Green+Blue) = 203+86+82=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5652 is #34A9AD. Grayscale: #787878. Windows color (decimal): -3451310 or 5396171. OLE color: 5396171.

HSL color Cylindrical-coordinate representation of color #CB5652: hue angle of 1.98º degrees, saturation: 0.54, 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 #CB5652 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 86 82 -
CMYK 0 0.58 0.60 0.20
HSL 1.98º 0.54% 0.56% -
HSV(B) 1.98º 0.6% 0.8% -
XYZ 29.48 19.96 10.28 -
YUV 120.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 203 86 82 0 0.58 0.60 0.20 1.98 0.54 0.56
Hex CB 56 52 0 3A 3C 14 2 36 38
Octal 313 126 122 0 72 74 24 2 66 70
Binary 11001011 1010110 1010010 0 111010 111100 10100 10 110110 111000

Color Harmonies of #CB5652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5652

Black with #CB5652

Text Example


Text Example

White with #CB5652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5652; }

 p { color: rgb(203,86,82); }

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

background-color css

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

 a { background-color: rgb(203,86,82); }

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

border-color css

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

 span { border-color: rgb(203,86,82); }

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