Html Css Color HEX #CA438B Mulberry

📋 copy color: '#CA438B'

red 202 ◦ green 67 ◦ blue 139

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

Shades of Mulberry #CA438B

Tints of Mulberry #CA438B

RGB

 RED value IS 202 (79.3% from 255) = 49.51%

 GREEN value IS 67 (26.56% from 255) = 16.42%

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 49.51%
G = 16.42%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA438B (or 0xCA438B) is known color: Mulberry. HEX triplet: CA, 43 and 8B. RGB value is (202,67,139). Sum of RGB (Red+Green+Blue) = 202+67+139=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA438B is #35BC74. Grayscale: #737373. Windows color (decimal): -3521653 or 9126858. OLE color: 9126858.

HSL color Cylindrical-coordinate representation of color #CA438B: hue angle of 328º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA438B is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 67 139 -
CMYK 0 0.67 0.31 0.21
HSL 328º 0.56% 0.53% -
HSV(B) 328º 0.67% 0.79% -
XYZ 31.02 18.43 26.35 -
YUV 115.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 202 67 139 0 0.67 0.31 0.21 328 0.56 0.53
Hex CA 43 8B 0 43 1F 15 148 38 35
Octal 312 103 213 0 103 37 25 510 70 65
Binary 11001010 1000011 10001011 0 1000011 11111 10101 101001000 111000 110101

Color Harmonies of #CA438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA438B

Black with #CA438B

Text Example


Text Example

White with #CA438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA438B; }

 p { color: rgb(202,67,139); }

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

background-color css

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

 a { background-color: rgb(202,67,139); }

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

border-color css

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

 span { border-color: rgb(202,67,139); }

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