Html Css Color HEX #CA497A Cranberry

📋 copy color: '#CA497A'

red 202 ◦ green 73 ◦ blue 122

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

Shades of Cranberry #CA497A

Tints of Cranberry #CA497A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.39%

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 50.88%
G = 18.39%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA497A (or 0xCA497A) is known color: Cranberry. HEX triplet: CA, 49 and 7A. RGB value is (202,73,122). Sum of RGB (Red+Green+Blue) = 202+73+122=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA497A is #35B685. Grayscale: #757575. Windows color (decimal): -3520134 or 8014282. OLE color: 8014282.

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

Color convert

RGB 202 73 122 -
CMYK 0 0.64 0.40 0.21
HSL 337.21º 0.55% 0.54% -
HSV(B) 337.21º 0.64% 0.79% -
XYZ 30.25 18.73 20.43 -
YUV 117.16 130.74 188.52 -
System Red Green Blue C M Y K H S L
Decimal 202 73 122 0 0.64 0.40 0.21 337.21 0.55 0.54
Hex CA 49 7A 0 40 28 15 151 37 36
Octal 312 111 172 0 100 50 25 521 67 66
Binary 11001010 1001001 1111010 0 1000000 101000 10101 101010001 110111 110110

Color Harmonies of #CA497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA497A

Black with #CA497A

Text Example


Text Example

White with #CA497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA497A; }

 p { color: rgb(202,73,122); }

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

background-color css

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

 a { background-color: rgb(202,73,122); }

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

border-color css

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

 span { border-color: rgb(202,73,122); }

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