Html Css Color HEX #CF7B6E New York Pink

📋 copy color: '#CF7B6E'

red 207 ◦ green 123 ◦ blue 110

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

Shades of New York Pink #CF7B6E

Tints of New York Pink #CF7B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.95%

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

R = 47.05%
G = 27.95%
B = 25%

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

#CF7B6E (or 0xCF7B6E) is known color: New York Pink. HEX triplet: CF, 7B and 6E. RGB value is (207,123,110). Sum of RGB (Red+Green+Blue) = 207+123+110=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7B6E is #308491. Grayscale: #929292. Windows color (decimal): -3179666 or 7240655. OLE color: 7240655.

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

Color convert

RGB 207 123 110 -
CMYK 0 0.41 0.47 0.19
HSL 8.04º 0.5% 0.62% -
HSV(B) 8.04º 0.47% 0.81% -
XYZ 35.63 28.56 18.39 -
YUV 146.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 207 123 110 0 0.41 0.47 0.19 8.04 0.5 0.62
Hex CF 7B 6E 0 29 2F 13 8 32 3E
Octal 317 173 156 0 51 57 23 10 62 76
Binary 11001111 1111011 1101110 0 101001 101111 10011 1000 110010 111110

Color Harmonies of #CF7B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7B6E

Black with #CF7B6E

Text Example


Text Example

White with #CF7B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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