Html Css Color HEX #CD827F Sea Pink

📋 copy color: '#CD827F'

red 205 ◦ green 130 ◦ blue 127

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

Shades of Sea Pink #CD827F

Tints of Sea Pink #CD827F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.49%

R = 44.37%
G = 28.14%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD827F (or 0xCD827F) is known color: Sea Pink. HEX triplet: CD, 82 and 7F. RGB value is (205,130,127). Sum of RGB (Red+Green+Blue) = 205+130+127=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CD827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD827F is #327D80. Grayscale: #989898. Windows color (decimal): -3308929 or 8356557. OLE color: 8356557.

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

Color convert

RGB 205 130 127 -
CMYK 0 0.37 0.38 0.20
HSL 2.31º 0.44% 0.65% -
HSV(B) 2.31º 0.38% 0.8% -
XYZ 36.99 30.48 24.01 -
YUV 152.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 205 130 127 0 0.37 0.38 0.20 2.31 0.44 0.65
Hex CD 82 7F 0 25 26 14 2 2C 41
Octal 315 202 177 0 45 46 24 2 54 101
Binary 11001101 10000010 1111111 0 100101 100110 10100 10 101100 1000001

Color Harmonies of #CD827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD827F

Black with #CD827F

Text Example


Text Example

White with #CD827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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