Html Css Color HEX #CF8292 Puce

📋 copy color: '#CF8292'

red 207 ◦ green 130 ◦ blue 146

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

Shades of Puce #CF8292

Tints of Puce #CF8292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.92%

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

R = 42.86%
G = 26.92%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF8292 (or 0xCF8292) is known color: Puce. HEX triplet: CF, 82 and 92. RGB value is (207,130,146). Sum of RGB (Red+Green+Blue) = 207+130+146=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8292 is #307D6D. Grayscale: #9A9A9A. Windows color (decimal): -3177838 or 9601743. OLE color: 9601743.

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

Color convert

RGB 207 130 146 -
CMYK 0 0.37 0.29 0.19
HSL 347.53º 0.45% 0.66% -
HSV(B) 347.53º 0.37% 0.81% -
XYZ 38.9 31.31 31.19 -
YUV 154.85 123.01 165.2 -
System Red Green Blue C M Y K H S L
Decimal 207 130 146 0 0.37 0.29 0.19 347.53 0.45 0.66
Hex CF 82 92 0 25 1D 13 15C 2D 42
Octal 317 202 222 0 45 35 23 534 55 102
Binary 11001111 10000010 10010010 0 100101 11101 10011 101011100 101101 1000010

Color Harmonies of #CF8292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8292

Black with #CF8292

Text Example


Text Example

White with #CF8292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8292; }

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

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

background-color css

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

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

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

border-color css

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

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

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