Html Css Color HEX #C97C7C Sea Pink

📋 copy color: '#C97C7C'

red 201 ◦ green 124 ◦ blue 124

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

Shades of Sea Pink #C97C7C

Tints of Sea Pink #C97C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.62%

R = 44.77%
G = 27.62%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C97C7C (or 0xC97C7C) is known color: Sea Pink. HEX triplet: C9, 7C and 7C. RGB value is (201,124,124). Sum of RGB (Red+Green+Blue) = 201+124+124=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97C7C is #368383. Grayscale: #939393. Windows color (decimal): -3572612 or 8158409. OLE color: 8158409.

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

Color convert

RGB 201 124 124 -
CMYK 0 0.38 0.38 0.21
HSL 0.42% 0.64% -
HSV(B) 0.38% 0.79% -
XYZ 34.93 28.29 22.69 -
YUV 147.02 115.01 166.5 -
System Red Green Blue C M Y K H S L
Decimal 201 124 124 0 0.38 0.38 0.21 0 0.42 0.64
Hex C9 7C 7C 0 26 26 15 0 2A 40
Octal 311 174 174 0 46 46 25 0 52 100
Binary 11001001 1111100 1111100 0 100110 100110 10101 0 101010 1000000

Color Harmonies of #C97C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97C7C

Black with #C97C7C

Text Example


Text Example

White with #C97C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97C7C; }

 p { color: rgb(201,124,124); }

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

background-color css

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

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

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

border-color css

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

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

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