Html Css Color HEX #CB5C5E Mandy

📋 copy color: '#CB5C5E'

red 203 ◦ green 92 ◦ blue 94

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

Shades of Mandy #CB5C5E

Tints of Mandy #CB5C5E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.65%

 BLUE value IS 94 (37.11% from 255) = 24.16%

R = 52.19%
G = 23.65%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB5C5E (or 0xCB5C5E) is known color: Mandy. HEX triplet: CB, 5C and 5E. RGB value is (203,92,94). Sum of RGB (Red+Green+Blue) = 203+92+94=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5C5E is #34A3A1. Grayscale: #7D7D7D. Windows color (decimal): -3449762 or 6184139. OLE color: 6184139.

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

Color convert

RGB 203 92 94 -
CMYK 0 0.55 0.54 0.20
HSL 358.92º 0.52% 0.58% -
HSV(B) 358.92º 0.55% 0.8% -
XYZ 30.48 21.16 13.07 -
YUV 125.42 110.27 183.34 -
System Red Green Blue C M Y K H S L
Decimal 203 92 94 0 0.55 0.54 0.20 358.92 0.52 0.58
Hex CB 5C 5E 0 37 36 14 167 34 3A
Octal 313 134 136 0 67 66 24 547 64 72
Binary 11001011 1011100 1011110 0 110111 110110 10100 101100111 110100 111010

Color Harmonies of #CB5C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5C5E

Black with #CB5C5E

Text Example


Text Example

White with #CB5C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5C5E; }

 p { color: rgb(203,92,94); }

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

background-color css

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

 a { background-color: rgb(203,92,94); }

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

border-color css

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

 span { border-color: rgb(203,92,94); }

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