Html Css Color HEX #C69B7E Pale Taupe

📋 copy color: '#C69B7E'

red 198 ◦ green 155 ◦ blue 126

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

Shades of Pale Taupe #C69B7E

Tints of Pale Taupe #C69B7E

RGB

 RED value IS 198 (77.73% from 255) = 41.34%

 GREEN value IS 155 (60.94% from 255) = 32.36%

 BLUE value IS 126 (49.61% from 255) = 26.3%

R = 41.34%
G = 32.36%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C69B7E (or 0xC69B7E) is known color: Pale Taupe. HEX triplet: C6, 9B and 7E. RGB value is (198,155,126). Sum of RGB (Red+Green+Blue) = 198+155+126=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69B7E is #396481. Grayscale: #A4A4A4. Windows color (decimal): -3761282 or 8297414. OLE color: 8297414.

HSL color Cylindrical-coordinate representation of color #C69B7E: hue angle of 24.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C69B7E is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 155 126 -
CMYK 0 0.22 0.36 0.22
HSL 24.17º 0.39% 0.64% -
HSV(B) 24.17º 0.36% 0.78% -
XYZ 38.78 36.95 24.83 -
YUV 164.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 198 155 126 0 0.22 0.36 0.22 24.17 0.39 0.64
Hex C6 9B 7E 0 16 24 16 18 27 40
Octal 306 233 176 0 26 44 26 30 47 100
Binary 11000110 10011011 1111110 0 10110 100100 10110 11000 100111 1000000

Color Harmonies of #C69B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B7E

Black with #C69B7E

Text Example


Text Example

White with #C69B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B7E; }

 p { color: rgb(198,155,126); }

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

background-color css

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

 a { background-color: rgb(198,155,126); }

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

border-color css

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

 span { border-color: rgb(198,155,126); }

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