Html Css Color HEX #CF7E7C Sea Pink

📋 copy color: '#CF7E7C'

red 207 ◦ green 126 ◦ blue 124

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

Shades of Sea Pink #CF7E7C

Tints of Sea Pink #CF7E7C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.57%

 BLUE value IS 124 (48.83% from 255) = 27.13%

R = 45.3%
G = 27.57%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF7E7C (or 0xCF7E7C) is known color: Sea Pink. HEX triplet: CF, 7E and 7C. RGB value is (207,126,124). Sum of RGB (Red+Green+Blue) = 207+126+124=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7E7C is #308183. Grayscale: #969696. Windows color (decimal): -3178884 or 8158927. OLE color: 8158927.

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

Color convert

RGB 207 126 124 -
CMYK 0 0.39 0.40 0.19
HSL 1.45º 0.46% 0.65% -
HSV(B) 1.45º 0.4% 0.81% -
XYZ 36.83 29.64 22.85 -
YUV 149.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 207 126 124 0 0.39 0.40 0.19 1.45 0.46 0.65
Hex CF 7E 7C 0 27 28 13 1 2E 41
Octal 317 176 174 0 47 50 23 1 56 101
Binary 11001111 1111110 1111100 0 100111 101000 10011 1 101110 1000001

Color Harmonies of #CF7E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E7C

Black with #CF7E7C

Text Example


Text Example

White with #CF7E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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