Html Css Color HEX #CD7A76 Sea Pink

📋 copy color: '#CD7A76'

red 205 ◦ green 122 ◦ blue 118

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

Shades of Sea Pink #CD7A76

Tints of Sea Pink #CD7A76

RGB

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

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

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

R = 46.07%
G = 27.42%
B = 26.52%

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

#CD7A76 (or 0xCD7A76) is known color: Sea Pink. HEX triplet: CD, 7A and 76. RGB value is (205,122,118). Sum of RGB (Red+Green+Blue) = 205+122+118=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A76 is #328589. Grayscale: #929292. Windows color (decimal): -3310986 or 7764685. OLE color: 7764685.

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

Color convert

RGB 205 122 118 -
CMYK 0 0.40 0.42 0.20
HSL 2.76º 0.47% 0.63% -
HSV(B) 2.76º 0.42% 0.8% -
XYZ 35.41 28.21 20.72 -
YUV 146.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 205 122 118 0 0.40 0.42 0.20 2.76 0.47 0.63
Hex CD 7A 76 0 28 2A 14 3 2F 3F
Octal 315 172 166 0 50 52 24 3 57 77
Binary 11001101 1111010 1110110 0 101000 101010 10100 11 101111 111111

Color Harmonies of #CD7A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7A76

Black with #CD7A76

Text Example


Text Example

White with #CD7A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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