Html Css Color HEX #CF8A94 Puce

📋 copy color: '#CF8A94'

red 207 ◦ green 138 ◦ blue 148

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

Shades of Puce #CF8A94

Tints of Puce #CF8A94

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.99%

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

R = 41.99%
G = 27.99%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF8A94 (or 0xCF8A94) is known color: Puce. HEX triplet: CF, 8A and 94. RGB value is (207,138,148). Sum of RGB (Red+Green+Blue) = 207+138+148=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8A94 is #30756B. Grayscale: #9F9F9F. Windows color (decimal): -3175788 or 9734863. OLE color: 9734863.

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

Color convert

RGB 207 138 148 -
CMYK 0 0.33 0.29 0.19
HSL 351.3º 0.42% 0.68% -
HSV(B) 351.3º 0.33% 0.81% -
XYZ 40.17 33.58 32.38 -
YUV 159.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 207 138 148 0 0.33 0.29 0.19 351.3 0.42 0.68
Hex CF 8A 94 0 21 1D 13 15F 2A 44
Octal 317 212 224 0 41 35 23 537 52 104
Binary 11001111 10001010 10010100 0 100001 11101 10011 101011111 101010 1000100

Color Harmonies of #CF8A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A94

Black with #CF8A94

Text Example


Text Example

White with #CF8A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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