Html Css Color HEX #CD8382 Sea Pink

📋 copy color: '#CD8382'

red 205 ◦ green 131 ◦ blue 130

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

Shades of Sea Pink #CD8382

Tints of Sea Pink #CD8382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.11%

 BLUE value IS 130 (51.17% from 255) = 27.9%

R = 43.99%
G = 28.11%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CD8382 (or 0xCD8382) is known color: Sea Pink. HEX triplet: CD, 83 and 82. RGB value is (205,131,130). Sum of RGB (Red+Green+Blue) = 205+131+130=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8382 is #327C7D. Grayscale: #999999. Windows color (decimal): -3308670 or 8553421. OLE color: 8553421.

HSL color Cylindrical-coordinate representation of color #CD8382: hue angle of 0.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD8382 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 131 130 -
CMYK 0 0.36 0.37 0.20
HSL 0.8º 0.43% 0.66% -
HSV(B) 0.8º 0.37% 0.8% -
XYZ 37.32 30.82 25.1 -
YUV 153.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 205 131 130 0 0.36 0.37 0.20 0.8 0.43 0.66
Hex CD 83 82 0 24 25 14 1 2B 42
Octal 315 203 202 0 44 45 24 1 53 102
Binary 11001101 10000011 10000010 0 100100 100101 10100 1 101011 1000010

Color Harmonies of #CD8382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8382

Black with #CD8382

Text Example


Text Example

White with #CD8382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8382; }

 p { color: rgb(205,131,130); }

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

background-color css

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

 a { background-color: rgb(205,131,130); }

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

border-color css

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

 span { border-color: rgb(205,131,130); }

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