Html Css Color HEX #CF8396 Puce

📋 copy color: '#CF8396'

red 207 ◦ green 131 ◦ blue 150

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

Shades of Puce #CF8396

Tints of Puce #CF8396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.84%

 BLUE value IS 150 (58.98% from 255) = 30.74%

R = 42.42%
G = 26.84%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF8396 (or 0xCF8396) is known color: Puce. HEX triplet: CF, 83 and 96. RGB value is (207,131,150). Sum of RGB (Red+Green+Blue) = 207+131+150=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8396 is #307C69. Grayscale: #9B9B9B. Windows color (decimal): -3177578 or 9864143. OLE color: 9864143.

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

Color convert

RGB 207 131 150 -
CMYK 0 0.37 0.28 0.19
HSL 345º 0.44% 0.66% -
HSV(B) 345º 0.37% 0.81% -
XYZ 39.35 31.7 32.9 -
YUV 155.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 207 131 150 0 0.37 0.28 0.19 345 0.44 0.66
Hex CF 83 96 0 25 1C 13 159 2C 42
Octal 317 203 226 0 45 34 23 531 54 102
Binary 11001111 10000011 10010110 0 100101 11100 10011 101011001 101100 1000010

Color Harmonies of #CF8396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8396

Black with #CF8396

Text Example


Text Example

White with #CF8396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8396; }

 p { color: rgb(207,131,150); }

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

background-color css

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

 a { background-color: rgb(207,131,150); }

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

border-color css

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

 span { border-color: rgb(207,131,150); }

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