Html Css Color HEX #CB534F Fuzzy Wuzzy Brown

📋 copy color: '#CB534F'

red 203 ◦ green 83 ◦ blue 79

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

Shades of Fuzzy Wuzzy Brown #CB534F

Tints of Fuzzy Wuzzy Brown #CB534F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.64%

R = 55.62%
G = 22.74%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB534F (or 0xCB534F) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 53 and 4F. RGB value is (203,83,79). Sum of RGB (Red+Green+Blue) = 203+83+79=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB534F is #34ACB0. Grayscale: #767676. Windows color (decimal): -3452081 or 5198795. OLE color: 5198795.

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

Color convert

RGB 203 83 79 -
CMYK 0 0.59 0.61 0.20
HSL 1.94º 0.54% 0.55% -
HSV(B) 1.94º 0.61% 0.8% -
XYZ 29.13 19.45 9.62 -
YUV 118.42 105.76 188.33 -
System Red Green Blue C M Y K H S L
Decimal 203 83 79 0 0.59 0.61 0.20 1.94 0.54 0.55
Hex CB 53 4F 0 3B 3D 14 2 36 37
Octal 313 123 117 0 73 75 24 2 66 67
Binary 11001011 1010011 1001111 0 111011 111101 10100 10 110110 110111

Color Harmonies of #CB534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB534F

Black with #CB534F

Text Example


Text Example

White with #CB534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB534F; }

 p { color: rgb(203,83,79); }

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

background-color css

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

 a { background-color: rgb(203,83,79); }

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

border-color css

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

 span { border-color: rgb(203,83,79); }

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