Html Css Color HEX #CA497B Cranberry

📋 copy color: '#CA497B'

red 202 ◦ green 73 ◦ blue 123

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

Shades of Cranberry #CA497B

Tints of Cranberry #CA497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.9%

R = 50.75%
G = 18.34%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA497B (or 0xCA497B) is known color: Cranberry. HEX triplet: CA, 49 and 7B. RGB value is (202,73,123). Sum of RGB (Red+Green+Blue) = 202+73+123=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA497B is #35B684. Grayscale: #757575. Windows color (decimal): -3520133 or 8079818. OLE color: 8079818.

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

Color convert

RGB 202 73 123 -
CMYK 0 0.64 0.39 0.21
HSL 336.74º 0.55% 0.54% -
HSV(B) 336.74º 0.64% 0.79% -
XYZ 30.31 18.75 20.76 -
YUV 117.27 131.24 188.43 -
System Red Green Blue C M Y K H S L
Decimal 202 73 123 0 0.64 0.39 0.21 336.74 0.55 0.54
Hex CA 49 7B 0 40 27 15 151 37 36
Octal 312 111 173 0 100 47 25 521 67 66
Binary 11001010 1001001 1111011 0 1000000 100111 10101 101010001 110111 110110

Color Harmonies of #CA497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA497B

Black with #CA497B

Text Example


Text Example

White with #CA497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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