Html Css Color HEX #CB429C Mulberry

📋 copy color: '#CB429C'

red 203 ◦ green 66 ◦ blue 156

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

Shades of Mulberry #CB429C

Tints of Mulberry #CB429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.71%

R = 47.76%
G = 15.53%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB429C (or 0xCB429C) is known color: Mulberry. HEX triplet: CB, 42 and 9C. RGB value is (203,66,156). Sum of RGB (Red+Green+Blue) = 203+66+156=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB429C is #34BD63. Grayscale: #757575. Windows color (decimal): -3456356 or 10240715. OLE color: 10240715.

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

Color convert

RGB 203 66 156 -
CMYK 0 0.67 0.23 0.20
HSL 320.58º 0.57% 0.53% -
HSV(B) 320.58º 0.67% 0.8% -
XYZ 32.58 18.99 33.4 -
YUV 117.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 203 66 156 0 0.67 0.23 0.20 320.58 0.57 0.53
Hex CB 42 9C 0 43 17 14 141 39 35
Octal 313 102 234 0 103 27 24 501 71 65
Binary 11001011 1000010 10011100 0 1000011 10111 10100 101000001 111001 110101

Color Harmonies of #CB429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB429C

Black with #CB429C

Text Example


Text Example

White with #CB429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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