Html Css Color HEX #CF7E9C Puce

📋 copy color: '#CF7E9C'

red 207 ◦ green 126 ◦ blue 156

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

Shades of Puce #CF7E9C

Tints of Puce #CF7E9C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.77%

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

R = 42.33%
G = 25.77%
B = 31.9%

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

#CF7E9C (or 0xCF7E9C) is known color: Puce. HEX triplet: CF, 7E and 9C. RGB value is (207,126,156). Sum of RGB (Red+Green+Blue) = 207+126+156=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E9C is #308163. Grayscale: #999999. Windows color (decimal): -3178852 or 10256079. OLE color: 10256079.

HSL color Cylindrical-coordinate representation of color #CF7E9C: hue angle of 337.78º degrees, saturation: 0.46, 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 #CF7E9C is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 126 156 -
CMYK 0 0.39 0.25 0.19
HSL 337.78º 0.46% 0.65% -
HSV(B) 337.78º 0.39% 0.81% -
XYZ 39.19 30.59 35.29 -
YUV 153.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 207 126 156 0 0.39 0.25 0.19 337.78 0.46 0.65
Hex CF 7E 9C 0 27 19 13 152 2E 41
Octal 317 176 234 0 47 31 23 522 56 101
Binary 11001111 1111110 10011100 0 100111 11001 10011 101010010 101110 1000001

Color Harmonies of #CF7E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E9C

Black with #CF7E9C

Text Example


Text Example

White with #CF7E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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