Html Css Color HEX #C08592 Puce

📋 copy color: '#C08592'

red 192 ◦ green 133 ◦ blue 146

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

Shades of Puce #C08592

Tints of Puce #C08592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.24%

 BLUE value IS 146 (57.42% from 255) = 31%

R = 40.76%
G = 28.24%
B = 31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C08592 (or 0xC08592) is known color: Puce. HEX triplet: C0, 85 and 92. RGB value is (192,133,146). Sum of RGB (Red+Green+Blue) = 192+133+146=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C08592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08592 is #3F7A6D. Grayscale: #989898. Windows color (decimal): -4160110 or 9602496. OLE color: 9602496.

HSL color Cylindrical-coordinate representation of color #C08592: hue angle of 346.78º 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 #C08592 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 133 146 -
CMYK 0 0.31 0.24 0.25
HSL 346.78º 0.32% 0.64% -
HSV(B) 346.78º 0.31% 0.75% -
XYZ 35.31 30.06 31.13 -
YUV 152.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 192 133 146 0 0.31 0.24 0.25 346.78 0.32 0.64
Hex C0 85 92 0 1F 18 19 15B 20 40
Octal 300 205 222 0 37 30 31 533 40 100
Binary 11000000 10000101 10010010 0 11111 11000 11001 101011011 100000 1000000

Color Harmonies of #C08592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08592

Black with #C08592

Text Example


Text Example

White with #C08592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08592; }

 p { color: rgb(192,133,146); }

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

background-color css

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

 a { background-color: rgb(192,133,146); }

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

border-color css

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

 span { border-color: rgb(192,133,146); }

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