Html Css Color HEX #C08693 Puce

📋 copy color: '#C08693'

red 192 ◦ green 134 ◦ blue 147

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

Shades of Puce #C08693

Tints of Puce #C08693

RGB

 RED value IS 192 (75.39% from 255) = 40.59%

 GREEN value IS 134 (52.73% from 255) = 28.33%

 BLUE value IS 147 (57.81% from 255) = 31.08%

R = 40.59%
G = 28.33%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C08693 (or 0xC08693) is known color: Puce. HEX triplet: C0, 86 and 93. RGB value is (192,134,147). Sum of RGB (Red+Green+Blue) = 192+134+147=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C08693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08693 is #3F796C. Grayscale: #989898. Windows color (decimal): -4159853 or 9668288. OLE color: 9668288.

HSL color Cylindrical-coordinate representation of color #C08693: hue angle of 346.55º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08693 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 147 -
CMYK 0 0.30 0.23 0.25
HSL 346.55º 0.32% 0.64% -
HSV(B) 346.55º 0.3% 0.75% -
XYZ 35.53 30.36 31.59 -
YUV 152.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 192 134 147 0 0.30 0.23 0.25 346.55 0.32 0.64
Hex C0 86 93 0 1E 17 19 15B 20 40
Octal 300 206 223 0 36 27 31 533 40 100
Binary 11000000 10000110 10010011 0 11110 10111 11001 101011011 100000 1000000

Color Harmonies of #C08693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08693

Black with #C08693

Text Example


Text Example

White with #C08693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08693; }

 p { color: rgb(192,134,147); }

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

background-color css

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

 a { background-color: rgb(192,134,147); }

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

border-color css

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

 span { border-color: rgb(192,134,147); }

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