Html Css Color HEX #C68A92 Puce

📋 copy color: '#C68A92'

red 198 ◦ green 138 ◦ blue 146

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

Shades of Puce #C68A92

Tints of Puce #C68A92

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.63%

 BLUE value IS 146 (57.42% from 255) = 30.29%

R = 41.08%
G = 28.63%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C68A92 (or 0xC68A92) is known color: Puce. HEX triplet: C6, 8A and 92. RGB value is (198,138,146). Sum of RGB (Red+Green+Blue) = 198+138+146=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68A92 is #39756D. Grayscale: #9C9C9C. Windows color (decimal): -3765614 or 9603782. OLE color: 9603782.

HSL color Cylindrical-coordinate representation of color #C68A92: hue angle of 352º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68A92 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 138 146 -
CMYK 0 0.30 0.26 0.22
HSL 352º 0.34% 0.66% -
HSV(B) 352º 0.3% 0.78% -
XYZ 37.57 32.26 31.44 -
YUV 156.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 198 138 146 0 0.30 0.26 0.22 352 0.34 0.66
Hex C6 8A 92 0 1E 1A 16 160 22 42
Octal 306 212 222 0 36 32 26 540 42 102
Binary 11000110 10001010 10010010 0 11110 11010 10110 101100000 100010 1000010

Color Harmonies of #C68A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68A92

Black with #C68A92

Text Example


Text Example

White with #C68A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68A92; }

 p { color: rgb(198,138,146); }

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

background-color css

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

 a { background-color: rgb(198,138,146); }

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

border-color css

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

 span { border-color: rgb(198,138,146); }

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