Html Css Color HEX #CA577C Cranberry

📋 copy color: '#CA577C'

red 202 ◦ green 87 ◦ blue 124

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

Shades of Cranberry #CA577C

Tints of Cranberry #CA577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.07%

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

R = 48.91%
G = 21.07%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA577C (or 0xCA577C) is known color: Cranberry. HEX triplet: CA, 57 and 7C. RGB value is (202,87,124). Sum of RGB (Red+Green+Blue) = 202+87+124=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA577C is #35A883. Grayscale: #7D7D7D. Windows color (decimal): -3516548 or 8148938. OLE color: 8148938.

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

Color convert

RGB 202 87 124 -
CMYK 0 0.57 0.39 0.21
HSL 340.7º 0.52% 0.57% -
HSV(B) 340.7º 0.57% 0.79% -
XYZ 31.4 20.83 21.43 -
YUV 125.6 127.1 182.49 -
System Red Green Blue C M Y K H S L
Decimal 202 87 124 0 0.57 0.39 0.21 340.7 0.52 0.57
Hex CA 57 7C 0 39 27 15 155 34 39
Octal 312 127 174 0 71 47 25 525 64 71
Binary 11001010 1010111 1111100 0 111001 100111 10101 101010101 110100 111001

Color Harmonies of #CA577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA577C

Black with #CA577C

Text Example


Text Example

White with #CA577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA577C; }

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

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

background-color css

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

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

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

border-color css

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

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

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