Html Css Color HEX #C08792 Puce

📋 copy color: '#C08792'

red 192 ◦ green 135 ◦ blue 146

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

Shades of Puce #C08792

Tints of Puce #C08792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.54%

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

R = 40.59%
G = 28.54%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C08792 (or 0xC08792) is known color: Puce. HEX triplet: C0, 87 and 92. RGB value is (192,135,146). Sum of RGB (Red+Green+Blue) = 192+135+146=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C08792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08792 is #3F786D. Grayscale: #999999. Windows color (decimal): -4159598 or 9603008. OLE color: 9603008.

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

Color convert

RGB 192 135 146 -
CMYK 0 0.30 0.24 0.25
HSL 348.42º 0.31% 0.64% -
HSV(B) 348.42º 0.3% 0.75% -
XYZ 35.59 30.61 31.23 -
YUV 153.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 192 135 146 0 0.30 0.24 0.25 348.42 0.31 0.64
Hex C0 87 92 0 1E 18 19 15C 1F 40
Octal 300 207 222 0 36 30 31 534 37 100
Binary 11000000 10000111 10010010 0 11110 11000 11001 101011100 11111 1000000

Color Harmonies of #C08792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08792

Black with #C08792

Text Example


Text Example

White with #C08792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08792; }

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

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

background-color css

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

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

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

border-color css

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

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

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