Html Css Color HEX #CB425E Mandy

📋 copy color: '#CB425E'

red 203 ◦ green 66 ◦ blue 94

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

Shades of Mandy #CB425E

Tints of Mandy #CB425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.18%

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

R = 55.92%
G = 18.18%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB425E (or 0xCB425E) is known color: Mandy. HEX triplet: CB, 42 and 5E. RGB value is (203,66,94). Sum of RGB (Red+Green+Blue) = 203+66+94=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB425E is #34BDA1. Grayscale: #6E6E6E. Windows color (decimal): -3456418 or 6177483. OLE color: 6177483.

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

Color convert

RGB 203 66 94 -
CMYK 0 0.67 0.54 0.20
HSL 347.74º 0.57% 0.53% -
HSV(B) 347.74º 0.67% 0.8% -
XYZ 28.6 17.4 12.44 -
YUV 110.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 203 66 94 0 0.67 0.54 0.20 347.74 0.57 0.53
Hex CB 42 5E 0 43 36 14 15C 39 35
Octal 313 102 136 0 103 66 24 534 71 65
Binary 11001011 1000010 1011110 0 1000011 110110 10100 101011100 111001 110101

Color Harmonies of #CB425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB425E

Black with #CB425E

Text Example


Text Example

White with #CB425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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