Html Css Color HEX #CC827C My Pink

📋 copy color: '#CC827C'

red 204 ◦ green 130 ◦ blue 124

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

Shades of My Pink #CC827C

Tints of My Pink #CC827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.38%

 BLUE value IS 124 (48.83% from 255) = 27.07%

R = 44.54%
G = 28.38%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC827C (or 0xCC827C) is known color: My Pink. HEX triplet: CC, 82 and 7C. RGB value is (204,130,124). Sum of RGB (Red+Green+Blue) = 204+130+124=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC827C is #337D83. Grayscale: #979797. Windows color (decimal): -3374468 or 8159948. OLE color: 8159948.

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

Color convert

RGB 204 130 124 -
CMYK 0 0.36 0.39 0.2
HSL 4.5º 0.44% 0.64% -
HSV(B) 4.5º 0.39% 0.8% -
XYZ 36.52 30.26 22.98 -
YUV 151.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 204 130 124 0 0.36 0.39 0.2 4.5 0.44 0.64
Hex CC 82 7C 0 24 27 14 4 2C 40
Octal 314 202 174 0 44 47 24 4 54 100
Binary 11001100 10000010 1111100 0 100100 100111 10100 100 101100 1000000

Color Harmonies of #CC827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC827C

Black with #CC827C

Text Example


Text Example

White with #CC827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC827C; }

 p { color: rgb(204,130,124); }

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

background-color css

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

 a { background-color: rgb(204,130,124); }

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

border-color css

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

 span { border-color: rgb(204,130,124); }

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