Html Css Color HEX #CF7C6F New York Pink

📋 copy color: '#CF7C6F'

red 207 ◦ green 124 ◦ blue 111

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

Shades of New York Pink #CF7C6F

Tints of New York Pink #CF7C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.05%

 BLUE value IS 111 (43.75% from 255) = 25.11%

R = 46.83%
G = 28.05%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF7C6F (or 0xCF7C6F) is known color: New York Pink. HEX triplet: CF, 7C and 6F. RGB value is (207,124,111). Sum of RGB (Red+Green+Blue) = 207+124+111=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7C6F is #308390. Grayscale: #939393. Windows color (decimal): -3179409 or 7306447. OLE color: 7306447.

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

Color convert

RGB 207 124 111 -
CMYK 0 0.40 0.46 0.19
HSL 8.13º 0.5% 0.62% -
HSV(B) 8.13º 0.46% 0.81% -
XYZ 35.81 28.83 18.72 -
YUV 147.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 207 124 111 0 0.40 0.46 0.19 8.13 0.5 0.62
Hex CF 7C 6F 0 28 2E 13 8 32 3E
Octal 317 174 157 0 50 56 23 10 62 76
Binary 11001111 1111100 1101111 0 101000 101110 10011 1000 110010 111110

Color Harmonies of #CF7C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7C6F

Black with #CF7C6F

Text Example


Text Example

White with #CF7C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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