Html Css Color HEX #C69888 Quicksand

📋 copy color: '#C69888'

red 198 ◦ green 152 ◦ blue 136

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

Shades of Quicksand #C69888

Tints of Quicksand #C69888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.28%

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

R = 40.74%
G = 31.28%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C69888 (or 0xC69888) is known color: Quicksand. HEX triplet: C6, 98 and 88. RGB value is (198,152,136). Sum of RGB (Red+Green+Blue) = 198+152+136=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C69888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69888 is #396777. Grayscale: #A4A4A4. Windows color (decimal): -3762040 or 8952006. OLE color: 8952006.

HSL color Cylindrical-coordinate representation of color #C69888: hue angle of 15.48º 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 #C69888 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 152 136 -
CMYK 0 0.23 0.31 0.22
HSL 15.48º 0.35% 0.65% -
HSV(B) 15.48º 0.31% 0.78% -
XYZ 38.96 36.24 28.23 -
YUV 163.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 198 152 136 0 0.23 0.31 0.22 15.48 0.35 0.65
Hex C6 98 88 0 17 1F 16 F 23 41
Octal 306 230 210 0 27 37 26 17 43 101
Binary 11000110 10011000 10001000 0 10111 11111 10110 1111 100011 1000001

Color Harmonies of #C69888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69888

Black with #C69888

Text Example


Text Example

White with #C69888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69888; }

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

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

background-color css

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

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

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

border-color css

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

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

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