Html Css Color HEX #CC527E Cranberry

📋 copy color: '#CC527E'

red 204 ◦ green 82 ◦ blue 126

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

Shades of Cranberry #CC527E

Tints of Cranberry #CC527E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.9%

 BLUE value IS 126 (49.61% from 255) = 30.58%

R = 49.51%
G = 19.9%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC527E (or 0xCC527E) is known color: Cranberry. HEX triplet: CC, 52 and 7E. RGB value is (204,82,126). Sum of RGB (Red+Green+Blue) = 204+82+126=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC527E is #33AD81. Grayscale: #7B7B7B. Windows color (decimal): -3386754 or 8278732. OLE color: 8278732.

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

Color convert

RGB 204 82 126 -
CMYK 0 0.60 0.38 0.2
HSL 338.36º 0.54% 0.56% -
HSV(B) 338.36º 0.6% 0.8% -
XYZ 31.69 20.38 22 -
YUV 123.49 129.42 185.42 -
System Red Green Blue C M Y K H S L
Decimal 204 82 126 0 0.60 0.38 0.2 338.36 0.54 0.56
Hex CC 52 7E 0 3C 26 14 152 36 38
Octal 314 122 176 0 74 46 24 522 66 70
Binary 11001100 1010010 1111110 0 111100 100110 10100 101010010 110110 111000

Color Harmonies of #CC527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC527E

Black with #CC527E

Text Example


Text Example

White with #CC527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC527E; }

 p { color: rgb(204,82,126); }

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

background-color css

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

 a { background-color: rgb(204,82,126); }

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

border-color css

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

 span { border-color: rgb(204,82,126); }

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