Html Css Color HEX #C09775 Pale Taupe

📋 copy color: '#C09775'

red 192 ◦ green 151 ◦ blue 117

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

Shades of Pale Taupe #C09775

Tints of Pale Taupe #C09775

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.83%

 BLUE value IS 117 (46.09% from 255) = 25.43%

R = 41.74%
G = 32.83%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C09775 (or 0xC09775) is known color: Pale Taupe. HEX triplet: C0, 97 and 75. RGB value is (192,151,117). Sum of RGB (Red+Green+Blue) = 192+151+117=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C09775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09775 is #3F688A. Grayscale: #9F9F9F. Windows color (decimal): -4155531 or 7706560. OLE color: 7706560.

HSL color Cylindrical-coordinate representation of color #C09775: hue angle of 27.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C09775 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 151 117 -
CMYK 0 0.21 0.39 0.25
HSL 27.2º 0.37% 0.61% -
HSV(B) 27.2º 0.39% 0.75% -
XYZ 36.02 34.62 21.61 -
YUV 159.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 192 151 117 0 0.21 0.39 0.25 27.2 0.37 0.61
Hex C0 97 75 0 15 27 19 1B 25 3D
Octal 300 227 165 0 25 47 31 33 45 75
Binary 11000000 10010111 1110101 0 10101 100111 11001 11011 100101 111101

Color Harmonies of #C09775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09775

Black with #C09775

Text Example


Text Example

White with #C09775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09775; }

 p { color: rgb(192,151,117); }

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

background-color css

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

 a { background-color: rgb(192,151,117); }

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

border-color css

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

 span { border-color: rgb(192,151,117); }

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