Html Css Color HEX #CA527C Cranberry

📋 copy color: '#CA527C'

red 202 ◦ green 82 ◦ blue 124

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

Shades of Cranberry #CA527C

Tints of Cranberry #CA527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.1%

 BLUE value IS 124 (48.83% from 255) = 30.39%

R = 49.51%
G = 20.1%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA527C (or 0xCA527C) is known color: Cranberry. HEX triplet: CA, 52 and 7C. RGB value is (202,82,124). Sum of RGB (Red+Green+Blue) = 202+82+124=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA527C is #35AD83. Grayscale: #7A7A7A. Windows color (decimal): -3517828 or 8147658. OLE color: 8147658.

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

Color convert

RGB 202 82 124 -
CMYK 0 0.59 0.39 0.21
HSL 339º 0.53% 0.56% -
HSV(B) 339º 0.59% 0.79% -
XYZ 31.01 20.05 21.3 -
YUV 122.67 128.76 184.58 -
System Red Green Blue C M Y K H S L
Decimal 202 82 124 0 0.59 0.39 0.21 339 0.53 0.56
Hex CA 52 7C 0 3B 27 15 153 35 38
Octal 312 122 174 0 73 47 25 523 65 70
Binary 11001010 1010010 1111100 0 111011 100111 10101 101010011 110101 111000

Color Harmonies of #CA527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA527C

Black with #CA527C

Text Example


Text Example

White with #CA527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA527C; }

 p { color: rgb(202,82,124); }

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

background-color css

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

 a { background-color: rgb(202,82,124); }

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

border-color css

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

 span { border-color: rgb(202,82,124); }

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