Html Css Color HEX #CB525A Mandy

📋 copy color: '#CB525A'

red 203 ◦ green 82 ◦ blue 90

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

Shades of Mandy #CB525A

Tints of Mandy #CB525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.87%

 BLUE value IS 90 (35.55% from 255) = 24%

R = 54.13%
G = 21.87%
B = 24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB525A (or 0xCB525A) is known color: Mandy. HEX triplet: CB, 52 and 5A. RGB value is (203,82,90). Sum of RGB (Red+Green+Blue) = 203+82+90=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB525A is #34ADA5. Grayscale: #777777. Windows color (decimal): -3452326 or 5919435. OLE color: 5919435.

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

Color convert

RGB 203 82 90 -
CMYK 0 0.60 0.56 0.20
HSL 356.03º 0.54% 0.56% -
HSV(B) 356.03º 0.6% 0.8% -
XYZ 29.49 19.47 11.88 -
YUV 119.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 203 82 90 0 0.60 0.56 0.20 356.03 0.54 0.56
Hex CB 52 5A 0 3C 38 14 164 36 38
Octal 313 122 132 0 74 70 24 544 66 70
Binary 11001011 1010010 1011010 0 111100 111000 10100 101100100 110110 111000

Color Harmonies of #CB525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB525A

Black with #CB525A

Text Example


Text Example

White with #CB525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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