Html Css Color HEX #C69B7D Pale Taupe

📋 copy color: '#C69B7D'

red 198 ◦ green 155 ◦ blue 125

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

Shades of Pale Taupe #C69B7D

Tints of Pale Taupe #C69B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.15%

R = 41.42%
G = 32.43%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C69B7D (or 0xC69B7D) is known color: Pale Taupe. HEX triplet: C6, 9B and 7D. RGB value is (198,155,125). Sum of RGB (Red+Green+Blue) = 198+155+125=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69B7D is #396482. Grayscale: #A4A4A4. Windows color (decimal): -3761283 or 8231878. OLE color: 8231878.

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

Color convert

RGB 198 155 125 -
CMYK 0 0.22 0.37 0.22
HSL 24.66º 0.39% 0.63% -
HSV(B) 24.66º 0.37% 0.78% -
XYZ 38.71 36.93 24.49 -
YUV 164.44 105.75 151.94 -
System Red Green Blue C M Y K H S L
Decimal 198 155 125 0 0.22 0.37 0.22 24.66 0.39 0.63
Hex C6 9B 7D 0 16 25 16 19 27 3F
Octal 306 233 175 0 26 45 26 31 47 77
Binary 11000110 10011011 1111101 0 10110 100101 10110 11001 100111 111111

Color Harmonies of #C69B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B7D

Black with #C69B7D

Text Example


Text Example

White with #C69B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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