Html Css Color HEX #CF8175 New York Pink

📋 copy color: '#CF8175'

red 207 ◦ green 129 ◦ blue 117

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

Shades of New York Pink #CF8175

Tints of New York Pink #CF8175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.48%

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

R = 45.7%
G = 28.48%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF8175 (or 0xCF8175) is known color: New York Pink. HEX triplet: CF, 81 and 75. RGB value is (207,129,117). Sum of RGB (Red+Green+Blue) = 207+129+117=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8175 is #307E8A. Grayscale: #979797. Windows color (decimal): -3178123 or 7700943. OLE color: 7700943.

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

Color convert

RGB 207 129 117 -
CMYK 0 0.38 0.43 0.19
HSL 0.48% 0.64% -
HSV(B) 0.43% 0.81% -
XYZ 36.79 30.25 20.73 -
YUV 150.95 108.84 167.98 -
System Red Green Blue C M Y K H S L
Decimal 207 129 117 0 0.38 0.43 0.19 8 0.48 0.64
Hex CF 81 75 0 26 2B 13 8 30 40
Octal 317 201 165 0 46 53 23 10 60 100
Binary 11001111 10000001 1110101 0 100110 101011 10011 1000 110000 1000000

Color Harmonies of #CF8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8175

Black with #CF8175

Text Example


Text Example

White with #CF8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8175; }

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

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

background-color css

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

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

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

border-color css

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

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

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