Html Css Color HEX #CC827F Sea Pink

📋 copy color: '#CC827F'

red 204 ◦ green 130 ◦ blue 127

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

Shades of Sea Pink #CC827F

Tints of Sea Pink #CC827F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.55%

R = 44.25%
G = 28.2%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC827F (or 0xCC827F) is known color: Sea Pink. HEX triplet: CC, 82 and 7F. RGB value is (204,130,127). Sum of RGB (Red+Green+Blue) = 204+130+127=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC827F is #337D80. Grayscale: #979797. Windows color (decimal): -3374465 or 8356556. OLE color: 8356556.

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

Color convert

RGB 204 130 127 -
CMYK 0 0.36 0.38 0.2
HSL 2.34º 0.43% 0.65% -
HSV(B) 2.34º 0.38% 0.8% -
XYZ 36.72 30.33 24 -
YUV 151.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 204 130 127 0 0.36 0.38 0.2 2.34 0.43 0.65
Hex CC 82 7F 0 24 26 14 2 2B 41
Octal 314 202 177 0 44 46 24 2 53 101
Binary 11001100 10000010 1111111 0 100100 100110 10100 10 101011 1000001

Color Harmonies of #CC827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC827F

Black with #CC827F

Text Example


Text Example

White with #CC827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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