Html Css Color HEX #CA467D Mulberry

📋 copy color: '#CA467D'

red 202 ◦ green 70 ◦ blue 125

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

Shades of Mulberry #CA467D

Tints of Mulberry #CA467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.63%

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

R = 50.88%
G = 17.63%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA467D (or 0xCA467D) is known color: Mulberry. HEX triplet: CA, 46 and 7D. RGB value is (202,70,125). Sum of RGB (Red+Green+Blue) = 202+70+125=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA467D is #35B982. Grayscale: #737373. Windows color (decimal): -3520899 or 8210122. OLE color: 8210122.

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

Color convert

RGB 202 70 125 -
CMYK 0 0.65 0.38 0.21
HSL 335º 0.55% 0.53% -
HSV(B) 335º 0.65% 0.79% -
XYZ 30.25 18.42 21.36 -
YUV 115.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 202 70 125 0 0.65 0.38 0.21 335 0.55 0.53
Hex CA 46 7D 0 41 26 15 14F 37 35
Octal 312 106 175 0 101 46 25 517 67 65
Binary 11001010 1000110 1111101 0 1000001 100110 10101 101001111 110111 110101

Color Harmonies of #CA467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA467D

Black with #CA467D

Text Example


Text Example

White with #CA467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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