Html Css Color HEX #CD807C Sea Pink

📋 copy color: '#CD807C'

red 205 ◦ green 128 ◦ blue 124

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

Shades of Sea Pink #CD807C

Tints of Sea Pink #CD807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.01%

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

R = 44.86%
G = 28.01%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD807C (or 0xCD807C) is known color: Sea Pink. HEX triplet: CD, 80 and 7C. RGB value is (205,128,124). Sum of RGB (Red+Green+Blue) = 205+128+124=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD807C is #327F83. Grayscale: #969696. Windows color (decimal): -3309444 or 8159437. OLE color: 8159437.

HSL color Cylindrical-coordinate representation of color #CD807C: hue angle of 2.96º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD807C is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 128 124 -
CMYK 0 0.38 0.40 0.20
HSL 2.96º 0.45% 0.65% -
HSV(B) 2.96º 0.4% 0.8% -
XYZ 36.53 29.87 22.91 -
YUV 150.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 205 128 124 0 0.38 0.40 0.20 2.96 0.45 0.65
Hex CD 80 7C 0 26 28 14 3 2D 41
Octal 315 200 174 0 46 50 24 3 55 101
Binary 11001101 10000000 1111100 0 100110 101000 10100 11 101101 1000001

Color Harmonies of #CD807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD807C

Black with #CD807C

Text Example


Text Example

White with #CD807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD807C; }

 p { color: rgb(205,128,124); }

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

background-color css

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

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

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

border-color css

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

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

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