Html Css Color HEX #C08493 Puce

📋 copy color: '#C08493'

red 192 ◦ green 132 ◦ blue 147

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

Shades of Puce #C08493

Tints of Puce #C08493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.03%

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

R = 40.76%
G = 28.03%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C08493 (or 0xC08493) is known color: Puce. HEX triplet: C0, 84 and 93. RGB value is (192,132,147). Sum of RGB (Red+Green+Blue) = 192+132+147=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C08493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08493 is #3F7B6C. Grayscale: #979797. Windows color (decimal): -4160365 or 9667776. OLE color: 9667776.

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

Color convert

RGB 192 132 147 -
CMYK 0 0.31 0.23 0.25
HSL 345º 0.32% 0.64% -
HSV(B) 345º 0.31% 0.75% -
XYZ 35.26 29.82 31.5 -
YUV 151.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 192 132 147 0 0.31 0.23 0.25 345 0.32 0.64
Hex C0 84 93 0 1F 17 19 159 20 40
Octal 300 204 223 0 37 27 31 531 40 100
Binary 11000000 10000100 10010011 0 11111 10111 11001 101011001 100000 1000000

Color Harmonies of #C08493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08493

Black with #C08493

Text Example


Text Example

White with #C08493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08493; }

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

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

background-color css

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

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

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

border-color css

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

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

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