Html Css Color HEX #C67F96 Puce

📋 copy color: '#C67F96'

red 198 ◦ green 127 ◦ blue 150

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

Shades of Puce #C67F96

Tints of Puce #C67F96

RGB

 RED value IS 198 (77.73% from 255) = 41.68%

 GREEN value IS 127 (50% from 255) = 26.74%

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

R = 41.68%
G = 26.74%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C67F96 (or 0xC67F96) is known color: Puce. HEX triplet: C6, 7F and 96. RGB value is (198,127,150). Sum of RGB (Red+Green+Blue) = 198+127+150=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67F96 is #398069. Grayscale: #969696. Windows color (decimal): -3768426 or 9863110. OLE color: 9863110.

HSL color Cylindrical-coordinate representation of color #C67F96: hue angle of 340.56º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67F96 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 127 150 -
CMYK 0 0.36 0.24 0.22
HSL 340.56º 0.38% 0.64% -
HSV(B) 340.56º 0.36% 0.78% -
XYZ 36.38 29.39 32.61 -
YUV 150.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 198 127 150 0 0.36 0.24 0.22 340.56 0.38 0.64
Hex C6 7F 96 0 24 18 16 155 26 40
Octal 306 177 226 0 44 30 26 525 46 100
Binary 11000110 1111111 10010110 0 100100 11000 10110 101010101 100110 1000000

Color Harmonies of #C67F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67F96

Black with #C67F96

Text Example


Text Example

White with #C67F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67F96; }

 p { color: rgb(198,127,150); }

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

background-color css

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

 a { background-color: rgb(198,127,150); }

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

border-color css

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

 span { border-color: rgb(198,127,150); }

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