Html Css Color HEX #CD8282 Sea Pink

📋 copy color: '#CD8282'

red 205 ◦ green 130 ◦ blue 130

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

Shades of Sea Pink #CD8282

Tints of Sea Pink #CD8282

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.96%

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

R = 44.09%
G = 27.96%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CD8282 (or 0xCD8282) is known color: Sea Pink. HEX triplet: CD, 82 and 82. RGB value is (205,130,130). Sum of RGB (Red+Green+Blue) = 205+130+130=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8282 is #327D7D. Grayscale: #989898. Windows color (decimal): -3308926 or 8553165. OLE color: 8553165.

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

Color convert

RGB 205 130 130 -
CMYK 0 0.37 0.37 0.20
HSL 0.43% 0.66% -
HSV(B) 0.37% 0.8% -
XYZ 37.19 30.56 25.06 -
YUV 152.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 205 130 130 0 0.37 0.37 0.20 0 0.43 0.66
Hex CD 82 82 0 25 25 14 0 2B 42
Octal 315 202 202 0 45 45 24 0 53 102
Binary 11001101 10000010 10000010 0 100101 100101 10100 0 101011 1000010

Color Harmonies of #CD8282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8282

Black with #CD8282

Text Example


Text Example

White with #CD8282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8282; }

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

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

background-color css

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

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

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

border-color css

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

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

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