Html Css Color HEX #CF7E9A Puce

📋 copy color: '#CF7E9A'

red 207 ◦ green 126 ◦ blue 154

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

Shades of Puce #CF7E9A

Tints of Puce #CF7E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.62%

R = 42.51%
G = 25.87%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF7E9A (or 0xCF7E9A) is known color: Puce. HEX triplet: CF, 7E and 9A. RGB value is (207,126,154). Sum of RGB (Red+Green+Blue) = 207+126+154=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E9A is #308165. Grayscale: #999999. Windows color (decimal): -3178854 or 10125007. OLE color: 10125007.

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

Color convert

RGB 207 126 154 -
CMYK 0 0.39 0.26 0.19
HSL 339.26º 0.46% 0.65% -
HSV(B) 339.26º 0.39% 0.81% -
XYZ 39.03 30.52 34.41 -
YUV 153.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 207 126 154 0 0.39 0.26 0.19 339.26 0.46 0.65
Hex CF 7E 9A 0 27 1A 13 153 2E 41
Octal 317 176 232 0 47 32 23 523 56 101
Binary 11001111 1111110 10011010 0 100111 11010 10011 101010011 101110 1000001

Color Harmonies of #CF7E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E9A

Black with #CF7E9A

Text Example


Text Example

White with #CF7E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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