Html Css Color HEX #C08194 Puce

📋 copy color: '#C08194'

red 192 ◦ green 129 ◦ blue 148

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

Shades of Puce #C08194

Tints of Puce #C08194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.51%

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

R = 40.94%
G = 27.51%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C08194 (or 0xC08194) is known color: Puce. HEX triplet: C0, 81 and 94. RGB value is (192,129,148). Sum of RGB (Red+Green+Blue) = 192+129+148=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C08194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08194 is #3F7E6B. Grayscale: #959595. Windows color (decimal): -4161132 or 9732544. OLE color: 9732544.

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

Color convert

RGB 192 129 148 -
CMYK 0 0.33 0.23 0.25
HSL 341.9º 0.33% 0.63% -
HSV(B) 341.9º 0.33% 0.75% -
XYZ 34.93 29.05 31.78 -
YUV 150 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 192 129 148 0 0.33 0.23 0.25 341.9 0.33 0.63
Hex C0 81 94 0 21 17 19 156 21 3F
Octal 300 201 224 0 41 27 31 526 41 77
Binary 11000000 10000001 10010100 0 100001 10111 11001 101010110 100001 111111

Color Harmonies of #C08194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08194

Black with #C08194

Text Example


Text Example

White with #C08194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08194; }

 p { color: rgb(192,129,148); }

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

background-color css

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

 a { background-color: rgb(192,129,148); }

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

border-color css

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

 span { border-color: rgb(192,129,148); }

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