Html Css Color HEX #CA5C7E Cranberry

📋 copy color: '#CA5C7E'

red 202 ◦ green 92 ◦ blue 126

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

Shades of Cranberry #CA5C7E

Tints of Cranberry #CA5C7E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.9%

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

R = 48.1%
G = 21.9%
B = 30%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA5C7E (or 0xCA5C7E) is known color: Cranberry. HEX triplet: CA, 5C and 7E. RGB value is (202,92,126). Sum of RGB (Red+Green+Blue) = 202+92+126=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5C7E is #35A381. Grayscale: #808080. Windows color (decimal): -3515266 or 8281290. OLE color: 8281290.

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

Color convert

RGB 202 92 126 -
CMYK 0 0.54 0.38 0.21
HSL 341.45º 0.51% 0.58% -
HSV(B) 341.45º 0.54% 0.79% -
XYZ 31.95 21.72 22.25 -
YUV 128.77 126.44 180.24 -
System Red Green Blue C M Y K H S L
Decimal 202 92 126 0 0.54 0.38 0.21 341.45 0.51 0.58
Hex CA 5C 7E 0 36 26 15 155 33 3A
Octal 312 134 176 0 66 46 25 525 63 72
Binary 11001010 1011100 1111110 0 110110 100110 10101 101010101 110011 111010

Color Harmonies of #CA5C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5C7E

Black with #CA5C7E

Text Example


Text Example

White with #CA5C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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