Html Css Color HEX #CC497A Cranberry

📋 copy color: '#CC497A'

red 204 ◦ green 73 ◦ blue 122

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

Shades of Cranberry #CC497A

Tints of Cranberry #CC497A

RGB

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

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

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

R = 51.13%
G = 18.3%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC497A (or 0xCC497A) is known color: Cranberry. HEX triplet: CC, 49 and 7A. RGB value is (204,73,122). Sum of RGB (Red+Green+Blue) = 204+73+122=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC497A is #33B685. Grayscale: #757575. Windows color (decimal): -3389062 or 8014284. OLE color: 8014284.

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

Color convert

RGB 204 73 122 -
CMYK 0 0.64 0.40 0.2
HSL 337.56º 0.56% 0.54% -
HSV(B) 337.56º 0.64% 0.8% -
XYZ 30.8 19.01 20.46 -
YUV 117.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 204 73 122 0 0.64 0.40 0.2 337.56 0.56 0.54
Hex CC 49 7A 0 40 28 14 152 38 36
Octal 314 111 172 0 100 50 24 522 70 66
Binary 11001100 1001001 1111010 0 1000000 101000 10100 101010010 111000 110110

Color Harmonies of #CC497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC497A

Black with #CC497A

Text Example


Text Example

White with #CC497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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