Html Css Color HEX #CA587F Cranberry

📋 copy color: '#CA587F'

red 202 ◦ green 88 ◦ blue 127

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

Shades of Cranberry #CA587F

Tints of Cranberry #CA587F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.1%

 BLUE value IS 127 (50% from 255) = 30.46%

R = 48.44%
G = 21.1%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA587F (or 0xCA587F) is known color: Cranberry. HEX triplet: CA, 58 and 7F. RGB value is (202,88,127). Sum of RGB (Red+Green+Blue) = 202+88+127=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA587F is #35A780. Grayscale: #7E7E7E. Windows color (decimal): -3516289 or 8345802. OLE color: 8345802.

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

Color convert

RGB 202 88 127 -
CMYK 0 0.56 0.37 0.21
HSL 339.47º 0.52% 0.57% -
HSV(B) 339.47º 0.56% 0.79% -
XYZ 31.68 21.07 22.48 -
YUV 126.53 128.27 181.83 -
System Red Green Blue C M Y K H S L
Decimal 202 88 127 0 0.56 0.37 0.21 339.47 0.52 0.57
Hex CA 58 7F 0 38 25 15 153 34 39
Octal 312 130 177 0 70 45 25 523 64 71
Binary 11001010 1011000 1111111 0 111000 100101 10101 101010011 110100 111001

Color Harmonies of #CA587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA587F

Black with #CA587F

Text Example


Text Example

White with #CA587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA587F; }

 p { color: rgb(202,88,127); }

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

background-color css

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

 a { background-color: rgb(202,88,127); }

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

border-color css

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

 span { border-color: rgb(202,88,127); }

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