Html Css Color HEX #CF8483 Sea Pink

📋 copy color: '#CF8483'

red 207 ◦ green 132 ◦ blue 131

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

Shades of Sea Pink #CF8483

Tints of Sea Pink #CF8483

RGB

 RED value IS 207 (81.25% from 255) = 44.04%

 GREEN value IS 132 (51.95% from 255) = 28.09%

 BLUE value IS 131 (51.56% from 255) = 27.87%

R = 44.04%
G = 28.09%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF8483 (or 0xCF8483) is known color: Sea Pink. HEX triplet: CF, 84 and 83. RGB value is (207,132,131). Sum of RGB (Red+Green+Blue) = 207+132+131=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8483 is #307B7C. Grayscale: #9A9A9A. Windows color (decimal): -3177341 or 8619215. OLE color: 8619215.

HSL color Cylindrical-coordinate representation of color #CF8483: hue angle of 0.79º degrees, saturation: 0.44, 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 #CF8483 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 132 131 -
CMYK 0 0.36 0.37 0.19
HSL 0.79º 0.44% 0.66% -
HSV(B) 0.79º 0.37% 0.81% -
XYZ 38.08 31.41 25.53 -
YUV 154.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 207 132 131 0 0.36 0.37 0.19 0.79 0.44 0.66
Hex CF 84 83 0 24 25 13 1 2C 42
Octal 317 204 203 0 44 45 23 1 54 102
Binary 11001111 10000100 10000011 0 100100 100101 10011 1 101100 1000010

Color Harmonies of #CF8483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8483

Black with #CF8483

Text Example


Text Example

White with #CF8483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8483; }

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

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

background-color css

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

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

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

border-color css

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

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

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