Html Css Color HEX #CF827E Sea Pink

📋 copy color: '#CF827E'

red 207 ◦ green 130 ◦ blue 126

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

Shades of Sea Pink #CF827E

Tints of Sea Pink #CF827E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.21%

R = 44.71%
G = 28.08%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF827E (or 0xCF827E) is known color: Sea Pink. HEX triplet: CF, 82 and 7E. RGB value is (207,130,126). Sum of RGB (Red+Green+Blue) = 207+130+126=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF827E is #307D81. Grayscale: #989898. Windows color (decimal): -3177858 or 8291023. OLE color: 8291023.

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

Color convert

RGB 207 130 126 -
CMYK 0 0.37 0.39 0.19
HSL 2.96º 0.46% 0.65% -
HSV(B) 2.96º 0.39% 0.81% -
XYZ 37.48 30.74 23.7 -
YUV 152.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 207 130 126 0 0.37 0.39 0.19 2.96 0.46 0.65
Hex CF 82 7E 0 25 27 13 3 2E 41
Octal 317 202 176 0 45 47 23 3 56 101
Binary 11001111 10000010 1111110 0 100101 100111 10011 11 101110 1000001

Color Harmonies of #CF827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF827E

Black with #CF827E

Text Example


Text Example

White with #CF827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF827E; }

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

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

background-color css

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

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

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

border-color css

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

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

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