Html Css Color HEX #CF7E6E New York Pink

📋 copy color: '#CF7E6E'

red 207 ◦ green 126 ◦ blue 110

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

Shades of New York Pink #CF7E6E

Tints of New York Pink #CF7E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.83%

R = 46.73%
G = 28.44%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF7E6E (or 0xCF7E6E) is known color: New York Pink. HEX triplet: CF, 7E and 6E. RGB value is (207,126,110). Sum of RGB (Red+Green+Blue) = 207+126+110=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7E6E is #308191. Grayscale: #949494. Windows color (decimal): -3178898 or 7241423. OLE color: 7241423.

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

Color convert

RGB 207 126 110 -
CMYK 0 0.39 0.47 0.19
HSL 9.9º 0.5% 0.62% -
HSV(B) 9.9º 0.47% 0.81% -
XYZ 36.01 29.31 18.51 -
YUV 148.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 207 126 110 0 0.39 0.47 0.19 9.9 0.5 0.62
Hex CF 7E 6E 0 27 2F 13 A 32 3E
Octal 317 176 156 0 47 57 23 12 62 76
Binary 11001111 1111110 1101110 0 100111 101111 10011 1010 110010 111110

Color Harmonies of #CF7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E6E

Black with #CF7E6E

Text Example


Text Example

White with #CF7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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