Html Css Color HEX #CC527B Cranberry

📋 copy color: '#CC527B'

red 204 ◦ green 82 ◦ blue 123

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

Shades of Cranberry #CC527B

Tints of Cranberry #CC527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.07%

R = 49.88%
G = 20.05%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC527B (or 0xCC527B) is known color: Cranberry. HEX triplet: CC, 52 and 7B. RGB value is (204,82,123). Sum of RGB (Red+Green+Blue) = 204+82+123=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC527B is #33AD84. Grayscale: #7B7B7B. Windows color (decimal): -3386757 or 8082124. OLE color: 8082124.

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

Color convert

RGB 204 82 123 -
CMYK 0 0.60 0.40 0.2
HSL 339.84º 0.54% 0.56% -
HSV(B) 339.84º 0.6% 0.8% -
XYZ 31.49 20.3 21 -
YUV 123.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 204 82 123 0 0.60 0.40 0.2 339.84 0.54 0.56
Hex CC 52 7B 0 3C 28 14 154 36 38
Octal 314 122 173 0 74 50 24 524 66 70
Binary 11001100 1010010 1111011 0 111100 101000 10100 101010100 110110 111000

Color Harmonies of #CC527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC527B

Black with #CC527B

Text Example


Text Example

White with #CC527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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