Html Css Color HEX #CB3E5A Mandy

📋 copy color: '#CB3E5A'

red 203 ◦ green 62 ◦ blue 90

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

Shades of Mandy #CB3E5A

Tints of Mandy #CB3E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.46%

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

R = 57.18%
G = 17.46%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB3E5A (or 0xCB3E5A) is known color: Mandy. HEX triplet: CB, 3E and 5A. RGB value is (203,62,90). Sum of RGB (Red+Green+Blue) = 203+62+90=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E5A is #34C1A5. Grayscale: #6B6B6B. Windows color (decimal): -3457446 or 5914315. OLE color: 5914315.

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

Color convert

RGB 203 62 90 -
CMYK 0 0.69 0.56 0.20
HSL 348.09º 0.58% 0.52% -
HSV(B) 348.09º 0.69% 0.8% -
XYZ 28.2 16.88 11.44 -
YUV 107.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 203 62 90 0 0.69 0.56 0.20 348.09 0.58 0.52
Hex CB 3E 5A 0 45 38 14 15C 3A 34
Octal 313 76 132 0 105 70 24 534 72 64
Binary 11001011 111110 1011010 0 1000101 111000 10100 101011100 111010 110100

Color Harmonies of #CB3E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3E5A

Black with #CB3E5A

Text Example


Text Example

White with #CB3E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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