#CF8382

Color #CF8382 Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #CF8382

Tints of Sea Pink #CF8382

Color information

#CF8382 (or 0xCF8382) is unknown color: approx Sea Pink. HEX triplet: CF, 83 and 82. RGB value is (207,131,130). Sum of RGB (Red+Green+Blue) = 207+131+130=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8382 is #307C7D. Grayscale: #999999. Windows color (decimal): -3177598 or 8553423. OLE color: 8553423.

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

Color convert

RGB207131130-
CMYK00.370.370.19
HSL0.78º44.51%66.08%-
HSV(B)0.78º37.2%81.18%-
XYZ37.8831.1125.13-
YUV153.61114.68166.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.23%
GREEN value IS 131 (51.56% from 255) = 27.99%
BLUE value IS 130 (51.17% from 255) = 27.78%
R=44.23%
G=27.99%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713113000.370.370.190.7844.5166.08
HexCF8382025251312d42
Octal3172032020454523155102
Binary11001111100000111000001001001011001011001111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8382; }

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

 H1.HeaderClassName
 {
   color: #CF8382;
 }
 .AnyTagClassName
 {
   color: #CF8382;
 }
</style>
background-color css

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

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

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

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

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

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