Html Css Color HEX #CF8797 Puce

📋 copy color: '#CF8797'

red 207 ◦ green 135 ◦ blue 151

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

Shades of Puce #CF8797

Tints of Puce #CF8797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.63%

R = 41.99%
G = 27.38%
B = 30.63%

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

#CF8797 (or 0xCF8797) is known color: Puce. HEX triplet: CF, 87 and 97. RGB value is (207,135,151). Sum of RGB (Red+Green+Blue) = 207+135+151=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8797 is #307868. Grayscale: #9E9E9E. Windows color (decimal): -3176553 or 9930703. OLE color: 9930703.

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

Color convert

RGB 207 135 151 -
CMYK 0 0.35 0.27 0.19
HSL 346.67º 0.43% 0.67% -
HSV(B) 346.67º 0.35% 0.81% -
XYZ 39.98 32.83 33.51 -
YUV 158.35 123.85 162.7 -
System Red Green Blue C M Y K H S L
Decimal 207 135 151 0 0.35 0.27 0.19 346.67 0.43 0.67
Hex CF 87 97 0 23 1B 13 15B 2B 43
Octal 317 207 227 0 43 33 23 533 53 103
Binary 11001111 10000111 10010111 0 100011 11011 10011 101011011 101011 1000011

Color Harmonies of #CF8797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8797

Black with #CF8797

Text Example


Text Example

White with #CF8797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8797; }

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

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

background-color css

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

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

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

border-color css

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

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

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