Html Css Color HEX #CA557E Cranberry

📋 copy color: '#CA557E'

red 202 ◦ green 85 ◦ blue 126

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

Shades of Cranberry #CA557E

Tints of Cranberry #CA557E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.58%

 BLUE value IS 126 (49.61% from 255) = 30.51%

R = 48.91%
G = 20.58%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA557E (or 0xCA557E) is known color: Cranberry. HEX triplet: CA, 55 and 7E. RGB value is (202,85,126). Sum of RGB (Red+Green+Blue) = 202+85+126=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA557E is #35AA81. Grayscale: #7C7C7C. Windows color (decimal): -3517058 or 8279498. OLE color: 8279498.

HSL color Cylindrical-coordinate representation of color #CA557E: hue angle of 338.97º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA557E is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 85 126 -
CMYK 0 0.58 0.38 0.21
HSL 338.97º 0.52% 0.56% -
HSV(B) 338.97º 0.58% 0.79% -
XYZ 31.37 20.56 22.05 -
YUV 124.66 128.76 183.17 -
System Red Green Blue C M Y K H S L
Decimal 202 85 126 0 0.58 0.38 0.21 338.97 0.52 0.56
Hex CA 55 7E 0 3A 26 15 153 34 38
Octal 312 125 176 0 72 46 25 523 64 70
Binary 11001010 1010101 1111110 0 111010 100110 10101 101010011 110100 111000

Color Harmonies of #CA557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA557E

Black with #CA557E

Text Example


Text Example

White with #CA557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA557E; }

 p { color: rgb(202,85,126); }

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

background-color css

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

 a { background-color: rgb(202,85,126); }

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

border-color css

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

 span { border-color: rgb(202,85,126); }

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