Html Css Color HEX #C69B7F Pale Taupe

📋 copy color: '#C69B7F'

red 198 ◦ green 155 ◦ blue 127

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

Shades of Pale Taupe #C69B7F

Tints of Pale Taupe #C69B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.46%

R = 41.25%
G = 32.29%
B = 26.46%

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

#C69B7F (or 0xC69B7F) is known color: Pale Taupe. HEX triplet: C6, 9B and 7F. RGB value is (198,155,127). Sum of RGB (Red+Green+Blue) = 198+155+127=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69B7F is #396480. Grayscale: #A4A4A4. Windows color (decimal): -3761281 or 8362950. OLE color: 8362950.

HSL color Cylindrical-coordinate representation of color #C69B7F: hue angle of 23.66º degrees, saturation: 0.38, 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 #C69B7F is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 155 127 -
CMYK 0 0.22 0.36 0.22
HSL 23.66º 0.38% 0.64% -
HSV(B) 23.66º 0.36% 0.78% -
XYZ 38.84 36.98 25.17 -
YUV 164.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 198 155 127 0 0.22 0.36 0.22 23.66 0.38 0.64
Hex C6 9B 7F 0 16 24 16 18 26 40
Octal 306 233 177 0 26 44 26 30 46 100
Binary 11000110 10011011 1111111 0 10110 100100 10110 11000 100110 1000000

Color Harmonies of #C69B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B7F

Black with #C69B7F

Text Example


Text Example

White with #C69B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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