Html Css Color HEX #C68389 Puce

📋 copy color: '#C68389'

red 198 ◦ green 131 ◦ blue 137

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

Shades of Puce #C68389

Tints of Puce #C68389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.11%

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

R = 42.49%
G = 28.11%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C68389 (or 0xC68389) is known color: Puce. HEX triplet: C6, 83 and 89. RGB value is (198,131,137). Sum of RGB (Red+Green+Blue) = 198+131+137=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C68389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68389 is #397C76. Grayscale: #979797. Windows color (decimal): -3767415 or 9012166. OLE color: 9012166.

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

Color convert

RGB 198 131 137 -
CMYK 0 0.34 0.31 0.22
HSL 354.63º 0.37% 0.65% -
HSV(B) 354.63º 0.34% 0.78% -
XYZ 35.92 30.04 27.57 -
YUV 151.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 198 131 137 0 0.34 0.31 0.22 354.63 0.37 0.65
Hex C6 83 89 0 22 1F 16 163 25 41
Octal 306 203 211 0 42 37 26 543 45 101
Binary 11000110 10000011 10001001 0 100010 11111 10110 101100011 100101 1000001

Color Harmonies of #C68389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68389

Black with #C68389

Text Example


Text Example

White with #C68389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68389; }

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

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

background-color css

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

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

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

border-color css

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

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

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