Html Css Color HEX #CB427B Mulberry

📋 copy color: '#CB427B'

red 203 ◦ green 66 ◦ blue 123

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

Shades of Mulberry #CB427B

Tints of Mulberry #CB427B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.38%

R = 51.79%
G = 16.84%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB427B (or 0xCB427B) is known color: Mulberry. HEX triplet: CB, 42 and 7B. RGB value is (203,66,123). Sum of RGB (Red+Green+Blue) = 203+66+123=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB427B is #34BD84. Grayscale: #717171. Windows color (decimal): -3456389 or 8078027. OLE color: 8078027.

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

Color convert

RGB 203 66 123 -
CMYK 0 0.67 0.39 0.20
HSL 335.04º 0.57% 0.53% -
HSV(B) 335.04º 0.67% 0.8% -
XYZ 30.15 18.02 20.63 -
YUV 113.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 203 66 123 0 0.67 0.39 0.20 335.04 0.57 0.53
Hex CB 42 7B 0 43 27 14 14F 39 35
Octal 313 102 173 0 103 47 24 517 71 65
Binary 11001011 1000010 1111011 0 1000011 100111 10100 101001111 111001 110101

Color Harmonies of #CB427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB427B

Black with #CB427B

Text Example


Text Example

White with #CB427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB427B; }

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

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

background-color css

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

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

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

border-color css

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

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

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