Html Css Color HEX #C97D76 Sea Pink

📋 copy color: '#C97D76'

red 201 ◦ green 125 ◦ blue 118

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

Shades of Sea Pink #C97D76

Tints of Sea Pink #C97D76

RGB

 RED value IS 201 (78.91% from 255) = 45.27%

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

 BLUE value IS 118 (46.48% from 255) = 26.58%

R = 45.27%
G = 28.15%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C97D76 (or 0xC97D76) is known color: Sea Pink. HEX triplet: C9, 7D and 76. RGB value is (201,125,118). Sum of RGB (Red+Green+Blue) = 201+125+118=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97D76 is #368289. Grayscale: #939393. Windows color (decimal): -3572362 or 7765449. OLE color: 7765449.

HSL color Cylindrical-coordinate representation of color #C97D76: hue angle of 5.06º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C97D76 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 125 118 -
CMYK 0 0.38 0.41 0.21
HSL 5.06º 0.43% 0.63% -
HSV(B) 5.06º 0.41% 0.79% -
XYZ 34.69 28.39 20.79 -
YUV 146.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 201 125 118 0 0.38 0.41 0.21 5.06 0.43 0.63
Hex C9 7D 76 0 26 29 15 5 2B 3F
Octal 311 175 166 0 46 51 25 5 53 77
Binary 11001001 1111101 1110110 0 100110 101001 10101 101 101011 111111

Color Harmonies of #C97D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D76

Black with #C97D76

Text Example


Text Example

White with #C97D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D76; }

 p { color: rgb(201,125,118); }

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

background-color css

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

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

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

border-color css

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

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

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