Html Css Color HEX #CC827D My Pink

📋 copy color: '#CC827D'

red 204 ◦ green 130 ◦ blue 125

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

Shades of My Pink #CC827D

Tints of My Pink #CC827D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.23%

R = 44.44%
G = 28.32%
B = 27.23%

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

#CC827D (or 0xCC827D) is known color: My Pink. HEX triplet: CC, 82 and 7D. RGB value is (204,130,125). Sum of RGB (Red+Green+Blue) = 204+130+125=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC827D is #337D82. Grayscale: #979797. Windows color (decimal): -3374467 or 8225484. OLE color: 8225484.

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

Color convert

RGB 204 130 125 -
CMYK 0 0.36 0.39 0.2
HSL 3.8º 0.44% 0.65% -
HSV(B) 3.8º 0.39% 0.8% -
XYZ 36.59 30.28 23.32 -
YUV 151.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 204 130 125 0 0.36 0.39 0.2 3.8 0.44 0.65
Hex CC 82 7D 0 24 27 14 4 2C 41
Octal 314 202 175 0 44 47 24 4 54 101
Binary 11001100 10000010 1111101 0 100100 100111 10100 100 101100 1000001

Color Harmonies of #CC827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC827D

Black with #CC827D

Text Example


Text Example

White with #CC827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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