Html Css Color HEX #CA487A Cranberry

📋 copy color: '#CA487A'

red 202 ◦ green 72 ◦ blue 122

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

Shades of Cranberry #CA487A

Tints of Cranberry #CA487A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.18%

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

R = 51.01%
G = 18.18%
B = 30.81%

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

#CA487A (or 0xCA487A) is known color: Cranberry. HEX triplet: CA, 48 and 7A. RGB value is (202,72,122). Sum of RGB (Red+Green+Blue) = 202+72+122=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA487A is #35B785. Grayscale: #747474. Windows color (decimal): -3520390 or 8014026. OLE color: 8014026.

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

Color convert

RGB 202 72 122 -
CMYK 0 0.64 0.40 0.21
HSL 336.92º 0.55% 0.54% -
HSV(B) 336.92º 0.64% 0.79% -
XYZ 30.19 18.6 20.41 -
YUV 116.57 131.07 188.93 -
System Red Green Blue C M Y K H S L
Decimal 202 72 122 0 0.64 0.40 0.21 336.92 0.55 0.54
Hex CA 48 7A 0 40 28 15 151 37 36
Octal 312 110 172 0 100 50 25 521 67 66
Binary 11001010 1001000 1111010 0 1000000 101000 10101 101010001 110111 110110

Color Harmonies of #CA487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA487A

Black with #CA487A

Text Example


Text Example

White with #CA487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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