Html Css Color HEX #CF8992 Puce

📋 copy color: '#CF8992'

red 207 ◦ green 137 ◦ blue 146

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

Shades of Puce #CF8992

Tints of Puce #CF8992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.96%

 BLUE value IS 146 (57.42% from 255) = 29.8%

R = 42.24%
G = 27.96%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF8992 (or 0xCF8992) is known color: Puce. HEX triplet: CF, 89 and 92. RGB value is (207,137,146). Sum of RGB (Red+Green+Blue) = 207+137+146=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8992 is #30766D. Grayscale: #9E9E9E. Windows color (decimal): -3176046 or 9603535. OLE color: 9603535.

HSL color Cylindrical-coordinate representation of color #CF8992: hue angle of 352.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF8992 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 137 146 -
CMYK 0 0.34 0.29 0.19
HSL 352.29º 0.42% 0.67% -
HSV(B) 352.29º 0.34% 0.81% -
XYZ 39.87 33.23 31.51 -
YUV 158.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 207 137 146 0 0.34 0.29 0.19 352.29 0.42 0.67
Hex CF 89 92 0 22 1D 13 160 2A 43
Octal 317 211 222 0 42 35 23 540 52 103
Binary 11001111 10001001 10010010 0 100010 11101 10011 101100000 101010 1000011

Color Harmonies of #CF8992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8992

Black with #CF8992

Text Example


Text Example

White with #CF8992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8992; }

 p { color: rgb(207,137,146); }

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

background-color css

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

 a { background-color: rgb(207,137,146); }

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

border-color css

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

 span { border-color: rgb(207,137,146); }

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