Html Css Color HEX #CF8296 Puce

📋 copy color: '#CF8296'

red 207 ◦ green 130 ◦ blue 150

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

Shades of Puce #CF8296

Tints of Puce #CF8296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.69%

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

R = 42.51%
G = 26.69%
B = 30.8%

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

#CF8296 (or 0xCF8296) is known color: Puce. HEX triplet: CF, 82 and 96. RGB value is (207,130,150). Sum of RGB (Red+Green+Blue) = 207+130+150=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8296 is #307D69. Grayscale: #9B9B9B. Windows color (decimal): -3177834 or 9863887. OLE color: 9863887.

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

Color convert

RGB 207 130 150 -
CMYK 0 0.37 0.28 0.19
HSL 344.42º 0.45% 0.66% -
HSV(B) 344.42º 0.37% 0.81% -
XYZ 39.22 31.43 32.85 -
YUV 155.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 207 130 150 0 0.37 0.28 0.19 344.42 0.45 0.66
Hex CF 82 96 0 25 1C 13 158 2D 42
Octal 317 202 226 0 45 34 23 530 55 102
Binary 11001111 10000010 10010110 0 100101 11100 10011 101011000 101101 1000010

Color Harmonies of #CF8296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8296

Black with #CF8296

Text Example


Text Example

White with #CF8296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8296; }

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

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

background-color css

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

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

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

border-color css

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

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

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