Html Css Color HEX #CA437D Mulberry

📋 copy color: '#CA437D'

red 202 ◦ green 67 ◦ blue 125

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

Shades of Mulberry #CA437D

Tints of Mulberry #CA437D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 51.27%
G = 17.01%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA437D (or 0xCA437D) is known color: Mulberry. HEX triplet: CA, 43 and 7D. RGB value is (202,67,125). Sum of RGB (Red+Green+Blue) = 202+67+125=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA437D is #35BC82. Grayscale: #717171. Windows color (decimal): -3521667 or 8209354. OLE color: 8209354.

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

Color convert

RGB 202 67 125 -
CMYK 0 0.67 0.38 0.21
HSL 334.22º 0.56% 0.53% -
HSV(B) 334.22º 0.67% 0.79% -
XYZ 30.07 18.05 21.3 -
YUV 113.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 202 67 125 0 0.67 0.38 0.21 334.22 0.56 0.53
Hex CA 43 7D 0 43 26 15 14E 38 35
Octal 312 103 175 0 103 46 25 516 70 65
Binary 11001010 1000011 1111101 0 1000011 100110 10101 101001110 111000 110101

Color Harmonies of #CA437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA437D

Black with #CA437D

Text Example


Text Example

White with #CA437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA437D; }

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

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

background-color css

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

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

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

border-color css

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

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

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