Html Css Color HEX #CC487A Cranberry

📋 copy color: '#CC487A'

red 204 ◦ green 72 ◦ blue 122

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

Shades of Cranberry #CC487A

Tints of Cranberry #CC487A

RGB

 RED value IS 204 (80.08% from 255) = 51.26%

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

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

R = 51.26%
G = 18.09%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC487A (or 0xCC487A) is known color: Cranberry. HEX triplet: CC, 48 and 7A. RGB value is (204,72,122). Sum of RGB (Red+Green+Blue) = 204+72+122=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC487A is #33B785. Grayscale: #757575. Windows color (decimal): -3389318 or 8014028. OLE color: 8014028.

HSL color Cylindrical-coordinate representation of color #CC487A: hue angle of 337.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC487A is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 72 122 -
CMYK 0 0.65 0.40 0.2
HSL 337.27º 0.56% 0.54% -
HSV(B) 337.27º 0.65% 0.8% -
XYZ 30.73 18.88 20.44 -
YUV 117.17 130.73 189.93 -
System Red Green Blue C M Y K H S L
Decimal 204 72 122 0 0.65 0.40 0.2 337.27 0.56 0.54
Hex CC 48 7A 0 41 28 14 151 38 36
Octal 314 110 172 0 101 50 24 521 70 66
Binary 11001100 1001000 1111010 0 1000001 101000 10100 101010001 111000 110110

Color Harmonies of #CC487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC487A

Black with #CC487A

Text Example


Text Example

White with #CC487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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