Html Css Color HEX #CC827B My Pink

📋 copy color: '#CC827B'

red 204 ◦ green 130 ◦ blue 123

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

Shades of My Pink #CC827B

Tints of My Pink #CC827B

RGB

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

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

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

R = 44.64%
G = 28.45%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC827B (or 0xCC827B) is known color: My Pink. HEX triplet: CC, 82 and 7B. RGB value is (204,130,123). Sum of RGB (Red+Green+Blue) = 204+130+123=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC827B is #337D84. Grayscale: #979797. Windows color (decimal): -3374469 or 8094412. OLE color: 8094412.

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

Color convert

RGB 204 130 123 -
CMYK 0 0.36 0.40 0.2
HSL 5.19º 0.44% 0.64% -
HSV(B) 5.19º 0.4% 0.8% -
XYZ 36.46 30.23 22.65 -
YUV 151.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 204 130 123 0 0.36 0.40 0.2 5.19 0.44 0.64
Hex CC 82 7B 0 24 28 14 5 2C 40
Octal 314 202 173 0 44 50 24 5 54 100
Binary 11001100 10000010 1111011 0 100100 101000 10100 101 101100 1000000

Color Harmonies of #CC827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC827B

Black with #CC827B

Text Example


Text Example

White with #CC827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC827B; }

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

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

background-color css

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

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

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

border-color css

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

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

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