Html Css Color HEX #CF8294 Puce

📋 copy color: '#CF8294'

red 207 ◦ green 130 ◦ blue 148

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

Shades of Puce #CF8294

Tints of Puce #CF8294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 42.68%
G = 26.8%
B = 30.52%

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

#CF8294 (or 0xCF8294) is known color: Puce. HEX triplet: CF, 82 and 94. RGB value is (207,130,148). Sum of RGB (Red+Green+Blue) = 207+130+148=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8294 is #307D6B. Grayscale: #9B9B9B. Windows color (decimal): -3177836 or 9732815. OLE color: 9732815.

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

Color convert

RGB 207 130 148 -
CMYK 0 0.37 0.29 0.19
HSL 345.97º 0.45% 0.66% -
HSV(B) 345.97º 0.37% 0.81% -
XYZ 39.06 31.37 32.01 -
YUV 155.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 207 130 148 0 0.37 0.29 0.19 345.97 0.45 0.66
Hex CF 82 94 0 25 1D 13 15A 2D 42
Octal 317 202 224 0 45 35 23 532 55 102
Binary 11001111 10000010 10010100 0 100101 11101 10011 101011010 101101 1000010

Color Harmonies of #CF8294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8294

Black with #CF8294

Text Example


Text Example

White with #CF8294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8294; }

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

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

background-color css

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

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

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

border-color css

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

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

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