Html Css Color HEX #C68B94 Puce

📋 copy color: '#C68B94'

red 198 ◦ green 139 ◦ blue 148

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

Shades of Puce #C68B94

Tints of Puce #C68B94

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.66%

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 40.82%
G = 28.66%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C68B94 (or 0xC68B94) is known color: Puce. HEX triplet: C6, 8B and 94. RGB value is (198,139,148). Sum of RGB (Red+Green+Blue) = 198+139+148=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68B94 is #39746B. Grayscale: #9D9D9D. Windows color (decimal): -3765356 or 9735110. OLE color: 9735110.

HSL color Cylindrical-coordinate representation of color #C68B94: hue angle of 350.85º 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 #C68B94 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 139 148 -
CMYK 0 0.30 0.25 0.22
HSL 350.85º 0.34% 0.66% -
HSV(B) 350.85º 0.3% 0.78% -
XYZ 37.87 32.61 32.32 -
YUV 157.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 198 139 148 0 0.30 0.25 0.22 350.85 0.34 0.66
Hex C6 8B 94 0 1E 19 16 15F 22 42
Octal 306 213 224 0 36 31 26 537 42 102
Binary 11000110 10001011 10010100 0 11110 11001 10110 101011111 100010 1000010

Color Harmonies of #C68B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68B94

Black with #C68B94

Text Example


Text Example

White with #C68B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68B94; }

 p { color: rgb(198,139,148); }

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

background-color css

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

 a { background-color: rgb(198,139,148); }

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

border-color css

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

 span { border-color: rgb(198,139,148); }

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