Html Css Color HEX #CC7F7B Sea Pink

📋 copy color: '#CC7F7B'

red 204 ◦ green 127 ◦ blue 123

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

Shades of Sea Pink #CC7F7B

Tints of Sea Pink #CC7F7B

RGB

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

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

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

R = 44.93%
G = 27.97%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC7F7B (or 0xCC7F7B) is known color: Sea Pink. HEX triplet: CC, 7F and 7B. RGB value is (204,127,123). Sum of RGB (Red+Green+Blue) = 204+127+123=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7F7B is #338084. Grayscale: #959595. Windows color (decimal): -3375237 or 8093644. OLE color: 8093644.

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

Color convert

RGB 204 127 123 -
CMYK 0 0.38 0.40 0.2
HSL 2.96º 0.44% 0.64% -
HSV(B) 2.96º 0.4% 0.8% -
XYZ 36.07 29.45 22.52 -
YUV 149.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 204 127 123 0 0.38 0.40 0.2 2.96 0.44 0.64
Hex CC 7F 7B 0 26 28 14 3 2C 40
Octal 314 177 173 0 46 50 24 3 54 100
Binary 11001100 1111111 1111011 0 100110 101000 10100 11 101100 1000000

Color Harmonies of #CC7F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F7B

Black with #CC7F7B

Text Example


Text Example

White with #CC7F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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