Html Css Color HEX #CA597F Cranberry

📋 copy color: '#CA597F'

red 202 ◦ green 89 ◦ blue 127

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

Shades of Cranberry #CA597F

Tints of Cranberry #CA597F

RGB

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

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

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

R = 48.33%
G = 21.29%
B = 30.38%

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

#CA597F (or 0xCA597F) is known color: Cranberry. HEX triplet: CA, 59 and 7F. RGB value is (202,89,127). Sum of RGB (Red+Green+Blue) = 202+89+127=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA597F is #35A680. Grayscale: #7F7F7F. Windows color (decimal): -3516033 or 8346058. OLE color: 8346058.

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

Color convert

RGB 202 89 127 -
CMYK 0 0.56 0.37 0.21
HSL 339.82º 0.52% 0.57% -
HSV(B) 339.82º 0.56% 0.79% -
XYZ 31.76 21.23 22.5 -
YUV 127.12 127.94 181.41 -
System Red Green Blue C M Y K H S L
Decimal 202 89 127 0 0.56 0.37 0.21 339.82 0.52 0.57
Hex CA 59 7F 0 38 25 15 154 34 39
Octal 312 131 177 0 70 45 25 524 64 71
Binary 11001010 1011001 1111111 0 111000 100101 10101 101010100 110100 111001

Color Harmonies of #CA597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA597F

Black with #CA597F

Text Example


Text Example

White with #CA597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA597F; }

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

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

background-color css

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

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

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

border-color css

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

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

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