Html Css Color HEX #CF7F9C Puce

📋 copy color: '#CF7F9C'

red 207 ◦ green 127 ◦ blue 156

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

Shades of Puce #CF7F9C

Tints of Puce #CF7F9C

RGB

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

 GREEN value IS 127 (50% from 255) = 25.92%

 BLUE value IS 156 (61.33% from 255) = 31.84%

R = 42.24%
G = 25.92%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF7F9C (or 0xCF7F9C) is known color: Puce. HEX triplet: CF, 7F and 9C. RGB value is (207,127,156). Sum of RGB (Red+Green+Blue) = 207+127+156=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7F9C is #308063. Grayscale: #9A9A9A. Windows color (decimal): -3178596 or 10256335. OLE color: 10256335.

HSL color Cylindrical-coordinate representation of color #CF7F9C: hue angle of 338.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7F9C is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 127 156 -
CMYK 0 0.39 0.25 0.19
HSL 338.25º 0.45% 0.65% -
HSV(B) 338.25º 0.39% 0.81% -
XYZ 39.32 30.84 35.33 -
YUV 154.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 207 127 156 0 0.39 0.25 0.19 338.25 0.45 0.65
Hex CF 7F 9C 0 27 19 13 152 2D 41
Octal 317 177 234 0 47 31 23 522 55 101
Binary 11001111 1111111 10011100 0 100111 11001 10011 101010010 101101 1000001

Color Harmonies of #CF7F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F9C

Black with #CF7F9C

Text Example


Text Example

White with #CF7F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F9C; }

 p { color: rgb(207,127,156); }

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

background-color css

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

 a { background-color: rgb(207,127,156); }

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

border-color css

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

 span { border-color: rgb(207,127,156); }

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