Html Css Color HEX #CA577D Cranberry

📋 copy color: '#CA577D'

red 202 ◦ green 87 ◦ blue 125

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

Shades of Cranberry #CA577D

Tints of Cranberry #CA577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 48.79%
G = 21.01%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA577D (or 0xCA577D) is known color: Cranberry. HEX triplet: CA, 57 and 7D. RGB value is (202,87,125). Sum of RGB (Red+Green+Blue) = 202+87+125=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA577D is #35A882. Grayscale: #7D7D7D. Windows color (decimal): -3516547 or 8214474. OLE color: 8214474.

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

Color convert

RGB 202 87 125 -
CMYK 0 0.57 0.38 0.21
HSL 340.17º 0.52% 0.57% -
HSV(B) 340.17º 0.57% 0.79% -
XYZ 31.47 20.85 21.77 -
YUV 125.72 127.6 182.41 -
System Red Green Blue C M Y K H S L
Decimal 202 87 125 0 0.57 0.38 0.21 340.17 0.52 0.57
Hex CA 57 7D 0 39 26 15 154 34 39
Octal 312 127 175 0 71 46 25 524 64 71
Binary 11001010 1010111 1111101 0 111001 100110 10101 101010100 110100 111001

Color Harmonies of #CA577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA577D

Black with #CA577D

Text Example


Text Example

White with #CA577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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