Html Css Color HEX #CD8078 Sea Pink

📋 copy color: '#CD8078'

red 205 ◦ green 128 ◦ blue 120

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

Shades of Sea Pink #CD8078

Tints of Sea Pink #CD8078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.49%

R = 45.25%
G = 28.26%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CD8078 (or 0xCD8078) is known color: Sea Pink. HEX triplet: CD, 80 and 78. RGB value is (205,128,120). Sum of RGB (Red+Green+Blue) = 205+128+120=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8078 is #327F87. Grayscale: #969696. Windows color (decimal): -3309448 or 7897293. OLE color: 7897293.

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

Color convert

RGB 205 128 120 -
CMYK 0 0.38 0.41 0.20
HSL 5.65º 0.46% 0.64% -
HSV(B) 5.65º 0.41% 0.8% -
XYZ 36.29 29.77 21.6 -
YUV 150.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 205 128 120 0 0.38 0.41 0.20 5.65 0.46 0.64
Hex CD 80 78 0 26 29 14 6 2E 40
Octal 315 200 170 0 46 51 24 6 56 100
Binary 11001101 10000000 1111000 0 100110 101001 10100 110 101110 1000000

Color Harmonies of #CD8078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8078

Black with #CD8078

Text Example


Text Example

White with #CD8078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8078; }

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

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

background-color css

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

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

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

border-color css

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

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

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