Html Css Color HEX #CD7977 Sea Pink

📋 copy color: '#CD7977'

red 205 ◦ green 121 ◦ blue 119

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

Shades of Sea Pink #CD7977

Tints of Sea Pink #CD7977

RGB

 RED value IS 205 (80.47% from 255) = 46.07%

 GREEN value IS 121 (47.66% from 255) = 27.19%

 BLUE value IS 119 (46.88% from 255) = 26.74%

R = 46.07%
G = 27.19%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD7977 (or 0xCD7977) is known color: Sea Pink. HEX triplet: CD, 79 and 77. RGB value is (205,121,119). Sum of RGB (Red+Green+Blue) = 205+121+119=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7977 is #328688. Grayscale: #919191. Windows color (decimal): -3311241 or 7829965. OLE color: 7829965.

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

Color convert

RGB 205 121 119 -
CMYK 0 0.41 0.42 0.20
HSL 1.4º 0.46% 0.64% -
HSV(B) 1.4º 0.42% 0.8% -
XYZ 35.34 27.99 20.99 -
YUV 145.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 205 121 119 0 0.41 0.42 0.20 1.4 0.46 0.64
Hex CD 79 77 0 29 2A 14 1 2E 40
Octal 315 171 167 0 51 52 24 1 56 100
Binary 11001101 1111001 1110111 0 101001 101010 10100 1 101110 1000000

Color Harmonies of #CD7977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7977

Black with #CD7977

Text Example


Text Example

White with #CD7977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7977; }

 p { color: rgb(205,121,119); }

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

background-color css

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

 a { background-color: rgb(205,121,119); }

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

border-color css

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

 span { border-color: rgb(205,121,119); }

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