Html Css Color HEX #C68889 Puce

📋 copy color: '#C68889'

red 198 ◦ green 136 ◦ blue 137

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

Shades of Puce #C68889

Tints of Puce #C68889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.87%

 BLUE value IS 137 (53.91% from 255) = 29.09%

R = 42.04%
G = 28.87%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C68889 (or 0xC68889) is known color: Puce. HEX triplet: C6, 88 and 89. RGB value is (198,136,137). Sum of RGB (Red+Green+Blue) = 198+136+137=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C68889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68889 is #397776. Grayscale: #9A9A9A. Windows color (decimal): -3766135 or 9013446. OLE color: 9013446.

HSL color Cylindrical-coordinate representation of color #C68889: hue angle of 359.03º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C68889 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 136 137 -
CMYK 0 0.31 0.31 0.22
HSL 359.03º 0.35% 0.65% -
HSV(B) 359.03º 0.31% 0.78% -
XYZ 36.61 31.42 27.8 -
YUV 154.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 198 136 137 0 0.31 0.31 0.22 359.03 0.35 0.65
Hex C6 88 89 0 1F 1F 16 167 23 41
Octal 306 210 211 0 37 37 26 547 43 101
Binary 11000110 10001000 10001001 0 11111 11111 10110 101100111 100011 1000001

Color Harmonies of #C68889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68889

Black with #C68889

Text Example


Text Example

White with #C68889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68889; }

 p { color: rgb(198,136,137); }

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

background-color css

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

 a { background-color: rgb(198,136,137); }

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

border-color css

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

 span { border-color: rgb(198,136,137); }

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