Html Css Color HEX #CA537C Cranberry

📋 copy color: '#CA537C'

red 202 ◦ green 83 ◦ blue 124

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

Shades of Cranberry #CA537C

Tints of Cranberry #CA537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.29%

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

R = 49.39%
G = 20.29%
B = 30.32%

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

#CA537C (or 0xCA537C) is known color: Cranberry. HEX triplet: CA, 53 and 7C. RGB value is (202,83,124). Sum of RGB (Red+Green+Blue) = 202+83+124=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA537C is #35AC83. Grayscale: #7B7B7B. Windows color (decimal): -3517572 or 8147914. OLE color: 8147914.

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

Color convert

RGB 202 83 124 -
CMYK 0 0.59 0.39 0.21
HSL 339.33º 0.53% 0.56% -
HSV(B) 339.33º 0.59% 0.79% -
XYZ 31.09 20.2 21.33 -
YUV 123.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 202 83 124 0 0.59 0.39 0.21 339.33 0.53 0.56
Hex CA 53 7C 0 3B 27 15 153 35 38
Octal 312 123 174 0 73 47 25 523 65 70
Binary 11001010 1010011 1111100 0 111011 100111 10101 101010011 110101 111000

Color Harmonies of #CA537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA537C

Black with #CA537C

Text Example


Text Example

White with #CA537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA537C; }

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

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

background-color css

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

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

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

border-color css

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

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

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