Html Css Color HEX #CA4283 Mulberry

📋 copy color: '#CA4283'

red 202 ◦ green 66 ◦ blue 131

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

Shades of Mulberry #CA4283

Tints of Mulberry #CA4283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 50.63%
G = 16.54%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA4283 (or 0xCA4283) is known color: Mulberry. HEX triplet: CA, 42 and 83. RGB value is (202,66,131). Sum of RGB (Red+Green+Blue) = 202+66+131=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4283 is #35BD7C. Grayscale: #717171. Windows color (decimal): -3521917 or 8602314. OLE color: 8602314.

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

Color convert

RGB 202 66 131 -
CMYK 0 0.67 0.35 0.21
HSL 331.32º 0.56% 0.53% -
HSV(B) 331.32º 0.67% 0.79% -
XYZ 30.4 18.09 23.36 -
YUV 114.07 137.56 190.71 -
System Red Green Blue C M Y K H S L
Decimal 202 66 131 0 0.67 0.35 0.21 331.32 0.56 0.53
Hex CA 42 83 0 43 23 15 14B 38 35
Octal 312 102 203 0 103 43 25 513 70 65
Binary 11001010 1000010 10000011 0 1000011 100011 10101 101001011 111000 110101

Color Harmonies of #CA4283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4283

Black with #CA4283

Text Example


Text Example

White with #CA4283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4283; }

 p { color: rgb(202,66,131); }

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

background-color css

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

 a { background-color: rgb(202,66,131); }

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

border-color css

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

 span { border-color: rgb(202,66,131); }

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