Html Css Color HEX #CF7D6E New York Pink

📋 copy color: '#CF7D6E'

red 207 ◦ green 125 ◦ blue 110

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

Shades of New York Pink #CF7D6E

Tints of New York Pink #CF7D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.28%

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

R = 46.83%
G = 28.28%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF7D6E (or 0xCF7D6E) is known color: New York Pink. HEX triplet: CF, 7D and 6E. RGB value is (207,125,110). Sum of RGB (Red+Green+Blue) = 207+125+110=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7D6E is #308291. Grayscale: #939393. Windows color (decimal): -3179154 or 7241167. OLE color: 7241167.

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

Color convert

RGB 207 125 110 -
CMYK 0 0.40 0.47 0.19
HSL 9.28º 0.5% 0.62% -
HSV(B) 9.28º 0.47% 0.81% -
XYZ 35.88 29.06 18.47 -
YUV 147.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 207 125 110 0 0.40 0.47 0.19 9.28 0.5 0.62
Hex CF 7D 6E 0 28 2F 13 9 32 3E
Octal 317 175 156 0 50 57 23 11 62 76
Binary 11001111 1111101 1101110 0 101000 101111 10011 1001 110010 111110

Color Harmonies of #CF7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D6E

Black with #CF7D6E

Text Example


Text Example

White with #CF7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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