Html Css Color HEX #C68B90 Puce

📋 copy color: '#C68B90'

red 198 ◦ green 139 ◦ blue 144

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

Shades of Puce #C68B90

Tints of Puce #C68B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.94%

R = 41.16%
G = 28.9%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C68B90 (or 0xC68B90) is known color: Puce. HEX triplet: C6, 8B and 90. RGB value is (198,139,144). Sum of RGB (Red+Green+Blue) = 198+139+144=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68B90 is #39746F. Grayscale: #9D9D9D. Windows color (decimal): -3765360 or 9472966. OLE color: 9472966.

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

Color convert

RGB 198 139 144 -
CMYK 0 0.30 0.27 0.22
HSL 354.92º 0.34% 0.66% -
HSV(B) 354.92º 0.3% 0.78% -
XYZ 37.56 32.48 30.68 -
YUV 157.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 198 139 144 0 0.30 0.27 0.22 354.92 0.34 0.66
Hex C6 8B 90 0 1E 1B 16 163 22 42
Octal 306 213 220 0 36 33 26 543 42 102
Binary 11000110 10001011 10010000 0 11110 11011 10110 101100011 100010 1000010

Color Harmonies of #C68B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68B90

Black with #C68B90

Text Example


Text Example

White with #C68B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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