Html Css Color HEX #CF8794 Puce

📋 copy color: '#CF8794'

red 207 ◦ green 135 ◦ blue 148

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

Shades of Puce #CF8794

Tints of Puce #CF8794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.55%

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

R = 42.24%
G = 27.55%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF8794 (or 0xCF8794) is known color: Puce. HEX triplet: CF, 87 and 94. RGB value is (207,135,148). Sum of RGB (Red+Green+Blue) = 207+135+148=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8794 is #30786B. Grayscale: #9E9E9E. Windows color (decimal): -3176556 or 9734095. OLE color: 9734095.

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

Color convert

RGB 207 135 148 -
CMYK 0 0.35 0.29 0.19
HSL 349.17º 0.43% 0.67% -
HSV(B) 349.17º 0.35% 0.81% -
XYZ 39.74 32.73 32.24 -
YUV 158.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 207 135 148 0 0.35 0.29 0.19 349.17 0.43 0.67
Hex CF 87 94 0 23 1D 13 15D 2B 43
Octal 317 207 224 0 43 35 23 535 53 103
Binary 11001111 10000111 10010100 0 100011 11101 10011 101011101 101011 1000011

Color Harmonies of #CF8794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8794

Black with #CF8794

Text Example


Text Example

White with #CF8794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8794; }

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

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

background-color css

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

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

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

border-color css

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

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

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