Html Css Color HEX #CF7E9E Puce

📋 copy color: '#CF7E9E'

red 207 ◦ green 126 ◦ blue 158

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

Shades of Puce #CF7E9E

Tints of Puce #CF7E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.18%

R = 42.16%
G = 25.66%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF7E9E (or 0xCF7E9E) is known color: Puce. HEX triplet: CF, 7E and 9E. RGB value is (207,126,158). Sum of RGB (Red+Green+Blue) = 207+126+158=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E9E is #308161. Grayscale: #999999. Windows color (decimal): -3178850 or 10387151. OLE color: 10387151.

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

Color convert

RGB 207 126 158 -
CMYK 0 0.39 0.24 0.19
HSL 336.3º 0.46% 0.65% -
HSV(B) 336.3º 0.39% 0.81% -
XYZ 39.36 30.66 36.19 -
YUV 153.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 207 126 158 0 0.39 0.24 0.19 336.3 0.46 0.65
Hex CF 7E 9E 0 27 18 13 150 2E 41
Octal 317 176 236 0 47 30 23 520 56 101
Binary 11001111 1111110 10011110 0 100111 11000 10011 101010000 101110 1000001

Color Harmonies of #CF7E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E9E

Black with #CF7E9E

Text Example


Text Example

White with #CF7E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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