Html Css Color HEX #CA447B Mulberry

📋 copy color: '#CA447B'

red 202 ◦ green 68 ◦ blue 123

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

Shades of Mulberry #CA447B

Tints of Mulberry #CA447B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.3%

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

R = 51.4%
G = 17.3%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA447B (or 0xCA447B) is known color: Mulberry. HEX triplet: CA, 44 and 7B. RGB value is (202,68,123). Sum of RGB (Red+Green+Blue) = 202+68+123=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA447B is #35BB84. Grayscale: #727272. Windows color (decimal): -3521413 or 8078538. OLE color: 8078538.

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

Color convert

RGB 202 68 123 -
CMYK 0 0.66 0.39 0.21
HSL 335.37º 0.56% 0.53% -
HSV(B) 335.37º 0.66% 0.79% -
XYZ 30 18.12 20.66 -
YUV 114.34 132.89 190.53 -
System Red Green Blue C M Y K H S L
Decimal 202 68 123 0 0.66 0.39 0.21 335.37 0.56 0.53
Hex CA 44 7B 0 42 27 15 14F 38 35
Octal 312 104 173 0 102 47 25 517 70 65
Binary 11001010 1000100 1111011 0 1000010 100111 10101 101001111 111000 110101

Color Harmonies of #CA447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA447B

Black with #CA447B

Text Example


Text Example

White with #CA447B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA447B; }

 p { color: rgb(202,68,123); }

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

background-color css

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

 a { background-color: rgb(202,68,123); }

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

border-color css

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

 span { border-color: rgb(202,68,123); }

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