Html Css Color HEX #CA577F Cranberry

📋 copy color: '#CA577F'

red 202 ◦ green 87 ◦ blue 127

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

Shades of Cranberry #CA577F

Tints of Cranberry #CA577F

RGB

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

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

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

R = 48.56%
G = 20.91%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA577F (or 0xCA577F) is known color: Cranberry. HEX triplet: CA, 57 and 7F. RGB value is (202,87,127). Sum of RGB (Red+Green+Blue) = 202+87+127=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA577F is #35A880. Grayscale: #7D7D7D. Windows color (decimal): -3516545 or 8345546. OLE color: 8345546.

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

Color convert

RGB 202 87 127 -
CMYK 0 0.57 0.37 0.21
HSL 339.13º 0.52% 0.57% -
HSV(B) 339.13º 0.57% 0.79% -
XYZ 31.6 20.91 22.45 -
YUV 125.95 128.6 182.25 -
System Red Green Blue C M Y K H S L
Decimal 202 87 127 0 0.57 0.37 0.21 339.13 0.52 0.57
Hex CA 57 7F 0 39 25 15 153 34 39
Octal 312 127 177 0 71 45 25 523 64 71
Binary 11001010 1010111 1111111 0 111001 100101 10101 101010011 110100 111001

Color Harmonies of #CA577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA577F

Black with #CA577F

Text Example


Text Example

White with #CA577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA577F; }

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

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

background-color css

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

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

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

border-color css

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

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

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