Html Css Color HEX #CC7D7D Sea Pink

📋 copy color: '#CC7D7D'

red 204 ◦ green 125 ◦ blue 125

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

Shades of Sea Pink #CC7D7D

Tints of Sea Pink #CC7D7D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.53%

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

R = 44.93%
G = 27.53%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC7D7D (or 0xCC7D7D) is known color: Sea Pink. HEX triplet: CC, 7D and 7D. RGB value is (204,125,125). Sum of RGB (Red+Green+Blue) = 204+125+125=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D7D is #338282. Grayscale: #949494. Windows color (decimal): -3375747 or 8224204. OLE color: 8224204.

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

Color convert

RGB 204 125 125 -
CMYK 0 0.39 0.39 0.2
HSL 0.44% 0.65% -
HSV(B) 0.39% 0.8% -
XYZ 35.94 28.99 23.1 -
YUV 148.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 204 125 125 0 0.39 0.39 0.2 0 0.44 0.65
Hex CC 7D 7D 0 27 27 14 0 2C 41
Octal 314 175 175 0 47 47 24 0 54 101
Binary 11001100 1111101 1111101 0 100111 100111 10100 0 101100 1000001

Color Harmonies of #CC7D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D7D

Black with #CC7D7D

Text Example


Text Example

White with #CC7D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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