Html Css Color HEX #C69B87 Quicksand

📋 copy color: '#C69B87'

red 198 ◦ green 155 ◦ blue 135

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

Shades of Quicksand #C69B87

Tints of Quicksand #C69B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.66%

R = 40.57%
G = 31.76%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C69B87 (or 0xC69B87) is known color: Quicksand. HEX triplet: C6, 9B and 87. RGB value is (198,155,135). Sum of RGB (Red+Green+Blue) = 198+155+135=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69B87 is #396478. Grayscale: #A5A5A5. Windows color (decimal): -3761273 or 8887238. OLE color: 8887238.

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

Color convert

RGB 198 155 135 -
CMYK 0 0.22 0.32 0.22
HSL 19.05º 0.36% 0.65% -
HSV(B) 19.05º 0.32% 0.78% -
XYZ 39.38 37.2 28.03 -
YUV 165.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 198 155 135 0 0.22 0.32 0.22 19.05 0.36 0.65
Hex C6 9B 87 0 16 20 16 13 24 41
Octal 306 233 207 0 26 40 26 23 44 101
Binary 11000110 10011011 10000111 0 10110 100000 10110 10011 100100 1000001

Color Harmonies of #C69B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B87

Black with #C69B87

Text Example


Text Example

White with #C69B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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