Html Css Color HEX #CC7F7F Sea Pink

📋 copy color: '#CC7F7F'

red 204 ◦ green 127 ◦ blue 127

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

Shades of Sea Pink #CC7F7F

Tints of Sea Pink #CC7F7F

RGB

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

 GREEN value IS 127 (50% from 255) = 27.73%

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

R = 44.54%
G = 27.73%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC7F7F (or 0xCC7F7F) is known color: Sea Pink. HEX triplet: CC, 7F and 7F. RGB value is (204,127,127). Sum of RGB (Red+Green+Blue) = 204+127+127=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7F7F is #338080. Grayscale: #969696. Windows color (decimal): -3375233 or 8355788. OLE color: 8355788.

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

Color convert

RGB 204 127 127 -
CMYK 0 0.38 0.38 0.2
HSL 0.43% 0.65% -
HSV(B) 0.38% 0.8% -
XYZ 36.32 29.55 23.87 -
YUV 150.02 115.01 166.5 -
System Red Green Blue C M Y K H S L
Decimal 204 127 127 0 0.38 0.38 0.2 0 0.43 0.65
Hex CC 7F 7F 0 26 26 14 0 2B 41
Octal 314 177 177 0 46 46 24 0 53 101
Binary 11001100 1111111 1111111 0 100110 100110 10100 0 101011 1000001

Color Harmonies of #CC7F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F7F

Black with #CC7F7F

Text Example


Text Example

White with #CC7F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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