Html Css Color HEX #C68995 Puce

📋 copy color: '#C68995'

red 198 ◦ green 137 ◦ blue 149

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

Shades of Puce #C68995

Tints of Puce #C68995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.31%

 BLUE value IS 149 (58.59% from 255) = 30.79%

R = 40.91%
G = 28.31%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C68995 (or 0xC68995) is known color: Puce. HEX triplet: C6, 89 and 95. RGB value is (198,137,149). Sum of RGB (Red+Green+Blue) = 198+137+149=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C68995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68995 is #39766A. Grayscale: #9C9C9C. Windows color (decimal): -3765867 or 9800134. OLE color: 9800134.

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

Color convert

RGB 198 137 149 -
CMYK 0 0.31 0.25 0.22
HSL 348.2º 0.35% 0.66% -
HSV(B) 348.2º 0.31% 0.78% -
XYZ 37.66 32.07 32.64 -
YUV 156.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 198 137 149 0 0.31 0.25 0.22 348.2 0.35 0.66
Hex C6 89 95 0 1F 19 16 15C 23 42
Octal 306 211 225 0 37 31 26 534 43 102
Binary 11000110 10001001 10010101 0 11111 11001 10110 101011100 100011 1000010

Color Harmonies of #C68995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68995

Black with #C68995

Text Example


Text Example

White with #C68995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68995; }

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

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

background-color css

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

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

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

border-color css

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

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

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