Html Css Color HEX #CB415A Mandy

📋 copy color: '#CB415A'

red 203 ◦ green 65 ◦ blue 90

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

Shades of Mandy #CB415A

Tints of Mandy #CB415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.16%

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

R = 56.7%
G = 18.16%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB415A (or 0xCB415A) is known color: Mandy. HEX triplet: CB, 41 and 5A. RGB value is (203,65,90). Sum of RGB (Red+Green+Blue) = 203+65+90=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB415A is #34BEA5. Grayscale: #6D6D6D. Windows color (decimal): -3456678 or 5915083. OLE color: 5915083.

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

Color convert

RGB 203 65 90 -
CMYK 0 0.68 0.56 0.20
HSL 349.13º 0.57% 0.53% -
HSV(B) 349.13º 0.68% 0.8% -
XYZ 28.36 17.22 11.5 -
YUV 109.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 203 65 90 0 0.68 0.56 0.20 349.13 0.57 0.53
Hex CB 41 5A 0 44 38 14 15D 39 35
Octal 313 101 132 0 104 70 24 535 71 65
Binary 11001011 1000001 1011010 0 1000100 111000 10100 101011101 111001 110101

Color Harmonies of #CB415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB415A

Black with #CB415A

Text Example


Text Example

White with #CB415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB415A; }

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

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

background-color css

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

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

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

border-color css

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

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

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