Html Css Color HEX #CA5B7D Cranberry

📋 copy color: '#CA5B7D'

red 202 ◦ green 91 ◦ blue 125

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

Shades of Cranberry #CA5B7D

Tints of Cranberry #CA5B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.77%

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

R = 48.33%
G = 21.77%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA5B7D (or 0xCA5B7D) is known color: Cranberry. HEX triplet: CA, 5B and 7D. RGB value is (202,91,125). Sum of RGB (Red+Green+Blue) = 202+91+125=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5B7D is #35A482. Grayscale: #808080. Windows color (decimal): -3515523 or 8215498. OLE color: 8215498.

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

Color convert

RGB 202 91 125 -
CMYK 0 0.55 0.38 0.21
HSL 341.62º 0.51% 0.57% -
HSV(B) 341.62º 0.55% 0.79% -
XYZ 31.8 21.52 21.88 -
YUV 128.07 126.27 180.74 -
System Red Green Blue C M Y K H S L
Decimal 202 91 125 0 0.55 0.38 0.21 341.62 0.51 0.57
Hex CA 5B 7D 0 37 26 15 156 33 39
Octal 312 133 175 0 67 46 25 526 63 71
Binary 11001010 1011011 1111101 0 110111 100110 10101 101010110 110011 111001

Color Harmonies of #CA5B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5B7D

Black with #CA5B7D

Text Example


Text Example

White with #CA5B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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