Html Css Color HEX #CD8077 Sea Pink

📋 copy color: '#CD8077'

red 205 ◦ green 128 ◦ blue 119

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

Shades of Sea Pink #CD8077

Tints of Sea Pink #CD8077

RGB

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

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

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

R = 45.35%
G = 28.32%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD8077 (or 0xCD8077) is known color: Sea Pink. HEX triplet: CD, 80 and 77. RGB value is (205,128,119). Sum of RGB (Red+Green+Blue) = 205+128+119=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8077 is #327F88. Grayscale: #969696. Windows color (decimal): -3309449 or 7831757. OLE color: 7831757.

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

Color convert

RGB 205 128 119 -
CMYK 0 0.38 0.42 0.20
HSL 6.28º 0.46% 0.64% -
HSV(B) 6.28º 0.42% 0.8% -
XYZ 36.23 29.75 21.29 -
YUV 150 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 205 128 119 0 0.38 0.42 0.20 6.28 0.46 0.64
Hex CD 80 77 0 26 2A 14 6 2E 40
Octal 315 200 167 0 46 52 24 6 56 100
Binary 11001101 10000000 1110111 0 100110 101010 10100 110 101110 1000000

Color Harmonies of #CD8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8077

Black with #CD8077

Text Example


Text Example

White with #CD8077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8077; }

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

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

background-color css

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

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

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

border-color css

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

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

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