Html Css Color HEX #CD7D76 Sea Pink

📋 copy color: '#CD7D76'

red 205 ◦ green 125 ◦ blue 118

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

Shades of Sea Pink #CD7D76

Tints of Sea Pink #CD7D76

RGB

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

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

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

R = 45.76%
G = 27.9%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD7D76 (or 0xCD7D76) is known color: Sea Pink. HEX triplet: CD, 7D and 76. RGB value is (205,125,118). Sum of RGB (Red+Green+Blue) = 205+125+118=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D76 is #328289. Grayscale: #949494. Windows color (decimal): -3310218 or 7765453. OLE color: 7765453.

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

Color convert

RGB 205 125 118 -
CMYK 0 0.39 0.42 0.20
HSL 4.83º 0.47% 0.63% -
HSV(B) 4.83º 0.42% 0.8% -
XYZ 35.78 28.95 20.84 -
YUV 148.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 205 125 118 0 0.39 0.42 0.20 4.83 0.47 0.63
Hex CD 7D 76 0 27 2A 14 5 2F 3F
Octal 315 175 166 0 47 52 24 5 57 77
Binary 11001101 1111101 1110110 0 100111 101010 10100 101 101111 111111

Color Harmonies of #CD7D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D76

Black with #CD7D76

Text Example


Text Example

White with #CD7D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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