Html Css Color HEX #CC7C75 Sea Pink

📋 copy color: '#CC7C75'

red 204 ◦ green 124 ◦ blue 117

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

Shades of Sea Pink #CC7C75

Tints of Sea Pink #CC7C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.87%

 BLUE value IS 117 (46.09% from 255) = 26.29%

R = 45.84%
G = 27.87%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC7C75 (or 0xCC7C75) is known color: Sea Pink. HEX triplet: CC, 7C and 75. RGB value is (204,124,117). Sum of RGB (Red+Green+Blue) = 204+124+117=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C75 is #33838A. Grayscale: #939393. Windows color (decimal): -3376011 or 7699660. OLE color: 7699660.

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

Color convert

RGB 204 124 117 -
CMYK 0 0.39 0.43 0.2
HSL 4.83º 0.46% 0.63% -
HSV(B) 4.83º 0.43% 0.8% -
XYZ 35.32 28.54 20.48 -
YUV 147.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 204 124 117 0 0.39 0.43 0.2 4.83 0.46 0.63
Hex CC 7C 75 0 27 2B 14 5 2E 3F
Octal 314 174 165 0 47 53 24 5 56 77
Binary 11001100 1111100 1110101 0 100111 101011 10100 101 101110 111111

Color Harmonies of #CC7C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C75

Black with #CC7C75

Text Example


Text Example

White with #CC7C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C75; }

 p { color: rgb(204,124,117); }

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

background-color css

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

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

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

border-color css

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

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

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