Html Css Color HEX #CC507A Cranberry

📋 copy color: '#CC507A'

red 204 ◦ green 80 ◦ blue 122

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

Shades of Cranberry #CC507A

Tints of Cranberry #CC507A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.7%

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

R = 50.25%
G = 19.7%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC507A (or 0xCC507A) is known color: Cranberry. HEX triplet: CC, 50 and 7A. RGB value is (204,80,122). Sum of RGB (Red+Green+Blue) = 204+80+122=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC507A is #33AF85. Grayscale: #797979. Windows color (decimal): -3387270 or 8016076. OLE color: 8016076.

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

Color convert

RGB 204 80 122 -
CMYK 0 0.61 0.40 0.2
HSL 339.68º 0.55% 0.56% -
HSV(B) 339.68º 0.61% 0.8% -
XYZ 31.28 19.98 20.62 -
YUV 121.86 128.08 186.58 -
System Red Green Blue C M Y K H S L
Decimal 204 80 122 0 0.61 0.40 0.2 339.68 0.55 0.56
Hex CC 50 7A 0 3D 28 14 154 37 38
Octal 314 120 172 0 75 50 24 524 67 70
Binary 11001100 1010000 1111010 0 111101 101000 10100 101010100 110111 111000

Color Harmonies of #CC507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC507A

Black with #CC507A

Text Example


Text Example

White with #CC507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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