Html Css Color HEX #CF8798 Puce

📋 copy color: '#CF8798'

red 207 ◦ green 135 ◦ blue 152

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

Shades of Puce #CF8798

Tints of Puce #CF8798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.77%

R = 41.9%
G = 27.33%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CF8798 (or 0xCF8798) is known color: Puce. HEX triplet: CF, 87 and 98. RGB value is (207,135,152). Sum of RGB (Red+Green+Blue) = 207+135+152=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8798 is #307867. Grayscale: #9E9E9E. Windows color (decimal): -3176552 or 9996239. OLE color: 9996239.

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

Color convert

RGB 207 135 152 -
CMYK 0 0.35 0.27 0.19
HSL 345.83º 0.43% 0.67% -
HSV(B) 345.83º 0.35% 0.81% -
XYZ 40.06 32.86 33.94 -
YUV 158.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 207 135 152 0 0.35 0.27 0.19 345.83 0.43 0.67
Hex CF 87 98 0 23 1B 13 15A 2B 43
Octal 317 207 230 0 43 33 23 532 53 103
Binary 11001111 10000111 10011000 0 100011 11011 10011 101011010 101011 1000011

Color Harmonies of #CF8798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8798

Black with #CF8798

Text Example


Text Example

White with #CF8798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8798; }

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

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

background-color css

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

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

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

border-color css

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

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

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