Html Css Color HEX #CF8492 Puce

📋 copy color: '#CF8492'

red 207 ◦ green 132 ◦ blue 146

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

Shades of Puce #CF8492

Tints of Puce #CF8492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.22%

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

R = 42.68%
G = 27.22%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF8492 (or 0xCF8492) is known color: Puce. HEX triplet: CF, 84 and 92. RGB value is (207,132,146). Sum of RGB (Red+Green+Blue) = 207+132+146=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8492 is #307B6D. Grayscale: #9C9C9C. Windows color (decimal): -3177326 or 9602255. OLE color: 9602255.

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

Color convert

RGB 207 132 146 -
CMYK 0 0.36 0.29 0.19
HSL 348.8º 0.44% 0.66% -
HSV(B) 348.8º 0.36% 0.81% -
XYZ 39.17 31.84 31.28 -
YUV 156.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 207 132 146 0 0.36 0.29 0.19 348.8 0.44 0.66
Hex CF 84 92 0 24 1D 13 15D 2C 42
Octal 317 204 222 0 44 35 23 535 54 102
Binary 11001111 10000100 10010010 0 100100 11101 10011 101011101 101100 1000010

Color Harmonies of #CF8492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8492

Black with #CF8492

Text Example


Text Example

White with #CF8492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8492; }

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

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

background-color css

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

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

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

border-color css

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

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

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