Html Css Color HEX #C09884 Pale Taupe

📋 copy color: '#C09884'

red 192 ◦ green 152 ◦ blue 132

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

Shades of Pale Taupe #C09884

Tints of Pale Taupe #C09884

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.93%

 BLUE value IS 132 (51.95% from 255) = 27.73%

R = 40.34%
G = 31.93%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C09884 (or 0xC09884) is known color: Pale Taupe. HEX triplet: C0, 98 and 84. RGB value is (192,152,132). Sum of RGB (Red+Green+Blue) = 192+152+132=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C09884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09884 is #3F677B. Grayscale: #A1A1A1. Windows color (decimal): -4155260 or 8689856. OLE color: 8689856.

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

Color convert

RGB 192 152 132 -
CMYK 0 0.21 0.31 0.25
HSL 20º 0.32% 0.64% -
HSV(B) 20º 0.31% 0.75% -
XYZ 37.13 35.33 26.69 -
YUV 161.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 192 152 132 0 0.21 0.31 0.25 20 0.32 0.64
Hex C0 98 84 0 15 1F 19 14 20 40
Octal 300 230 204 0 25 37 31 24 40 100
Binary 11000000 10011000 10000100 0 10101 11111 11001 10100 100000 1000000

Color Harmonies of #C09884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09884

Black with #C09884

Text Example


Text Example

White with #C09884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09884; }

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

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

background-color css

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

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

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

border-color css

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

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

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