Html Css Color HEX #C69B88 Quicksand

📋 copy color: '#C69B88'

red 198 ◦ green 155 ◦ blue 136

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

Shades of Quicksand #C69B88

Tints of Quicksand #C69B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.81%

R = 40.49%
G = 31.7%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C69B88 (or 0xC69B88) is known color: Quicksand. HEX triplet: C6, 9B and 88. RGB value is (198,155,136). Sum of RGB (Red+Green+Blue) = 198+155+136=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69B88 is #396477. Grayscale: #A5A5A5. Windows color (decimal): -3761272 or 8952774. OLE color: 8952774.

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

Color convert

RGB 198 155 136 -
CMYK 0 0.22 0.31 0.22
HSL 18.39º 0.35% 0.65% -
HSV(B) 18.39º 0.31% 0.78% -
XYZ 39.45 37.23 28.4 -
YUV 165.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 198 155 136 0 0.22 0.31 0.22 18.39 0.35 0.65
Hex C6 9B 88 0 16 1F 16 12 23 41
Octal 306 233 210 0 26 37 26 22 43 101
Binary 11000110 10011011 10001000 0 10110 11111 10110 10010 100011 1000001

Color Harmonies of #C69B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B88

Black with #C69B88

Text Example


Text Example

White with #C69B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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