Html Css Color HEX #CA597C Cranberry

📋 copy color: '#CA597C'

red 202 ◦ green 89 ◦ blue 124

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

Shades of Cranberry #CA597C

Tints of Cranberry #CA597C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.45%

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

R = 48.67%
G = 21.45%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA597C (or 0xCA597C) is known color: Cranberry. HEX triplet: CA, 59 and 7C. RGB value is (202,89,124). Sum of RGB (Red+Green+Blue) = 202+89+124=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA597C is #35A683. Grayscale: #7E7E7E. Windows color (decimal): -3516036 or 8149450. OLE color: 8149450.

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

Color convert

RGB 202 89 124 -
CMYK 0 0.56 0.39 0.21
HSL 341.42º 0.52% 0.57% -
HSV(B) 341.42º 0.56% 0.79% -
XYZ 31.57 21.16 21.49 -
YUV 126.78 126.44 181.65 -
System Red Green Blue C M Y K H S L
Decimal 202 89 124 0 0.56 0.39 0.21 341.42 0.52 0.57
Hex CA 59 7C 0 38 27 15 155 34 39
Octal 312 131 174 0 70 47 25 525 64 71
Binary 11001010 1011001 1111100 0 111000 100111 10101 101010101 110100 111001

Color Harmonies of #CA597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA597C

Black with #CA597C

Text Example


Text Example

White with #CA597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA597C; }

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

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

background-color css

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

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

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

border-color css

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

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

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