Html Css Color HEX #CF8675 New York Pink

📋 copy color: '#CF8675'

red 207 ◦ green 134 ◦ blue 117

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

Shades of New York Pink #CF8675

Tints of New York Pink #CF8675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.26%

 BLUE value IS 117 (46.09% from 255) = 25.55%

R = 45.2%
G = 29.26%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF8675 (or 0xCF8675) is known color: New York Pink. HEX triplet: CF, 86 and 75. RGB value is (207,134,117). Sum of RGB (Red+Green+Blue) = 207+134+117=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8675 is #30798A. Grayscale: #9A9A9A. Windows color (decimal): -3176843 or 7702223. OLE color: 7702223.

HSL color Cylindrical-coordinate representation of color #CF8675: hue angle of 11.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF8675 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 134 117 -
CMYK 0 0.35 0.43 0.19
HSL 11.33º 0.48% 0.64% -
HSV(B) 11.33º 0.43% 0.81% -
XYZ 37.47 31.6 20.95 -
YUV 153.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 207 134 117 0 0.35 0.43 0.19 11.33 0.48 0.64
Hex CF 86 75 0 23 2B 13 B 30 40
Octal 317 206 165 0 43 53 23 13 60 100
Binary 11001111 10000110 1110101 0 100011 101011 10011 1011 110000 1000000

Color Harmonies of #CF8675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8675

Black with #CF8675

Text Example


Text Example

White with #CF8675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8675; }

 p { color: rgb(207,134,117); }

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

background-color css

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

 a { background-color: rgb(207,134,117); }

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

border-color css

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

 span { border-color: rgb(207,134,117); }

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