Html Css Color HEX #CD7A77 Sea Pink

📋 copy color: '#CD7A77'

red 205 ◦ green 122 ◦ blue 119

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

Shades of Sea Pink #CD7A77

Tints of Sea Pink #CD7A77

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.35%

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

R = 45.96%
G = 27.35%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD7A77 (or 0xCD7A77) is known color: Sea Pink. HEX triplet: CD, 7A and 77. RGB value is (205,122,119). Sum of RGB (Red+Green+Blue) = 205+122+119=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A77 is #328588. Grayscale: #929292. Windows color (decimal): -3310985 or 7830221. OLE color: 7830221.

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

Color convert

RGB 205 122 119 -
CMYK 0 0.40 0.42 0.20
HSL 2.09º 0.46% 0.64% -
HSV(B) 2.09º 0.42% 0.8% -
XYZ 35.47 28.23 21.03 -
YUV 146.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 205 122 119 0 0.40 0.42 0.20 2.09 0.46 0.64
Hex CD 7A 77 0 28 2A 14 2 2E 40
Octal 315 172 167 0 50 52 24 2 56 100
Binary 11001101 1111010 1110111 0 101000 101010 10100 10 101110 1000000

Color Harmonies of #CD7A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7A77

Black with #CD7A77

Text Example


Text Example

White with #CD7A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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