Html Css Color HEX #CF7A6E New York Pink

📋 copy color: '#CF7A6E'

red 207 ◦ green 122 ◦ blue 110

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

Shades of New York Pink #CF7A6E

Tints of New York Pink #CF7A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.79%

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

R = 47.15%
G = 27.79%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF7A6E (or 0xCF7A6E) is known color: New York Pink. HEX triplet: CF, 7A and 6E. RGB value is (207,122,110). Sum of RGB (Red+Green+Blue) = 207+122+110=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7A6E is #308591. Grayscale: #929292. Windows color (decimal): -3179922 or 7240399. OLE color: 7240399.

HSL color Cylindrical-coordinate representation of color #CF7A6E: hue angle of 7.42º 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 #CF7A6E is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 122 110 -
CMYK 0 0.41 0.47 0.19
HSL 7.42º 0.5% 0.62% -
HSV(B) 7.42º 0.47% 0.81% -
XYZ 35.51 28.31 18.34 -
YUV 146.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 207 122 110 0 0.41 0.47 0.19 7.42 0.5 0.62
Hex CF 7A 6E 0 29 2F 13 7 32 3E
Octal 317 172 156 0 51 57 23 7 62 76
Binary 11001111 1111010 1101110 0 101001 101111 10011 111 110010 111110

Color Harmonies of #CF7A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7A6E

Black with #CF7A6E

Text Example


Text Example

White with #CF7A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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