Html Css Color HEX #C69B93 Quicksand

📋 copy color: '#C69B93'

red 198 ◦ green 155 ◦ blue 147

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

Shades of Quicksand #C69B93

Tints of Quicksand #C69B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.4%

R = 39.6%
G = 31%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C69B93 (or 0xC69B93) is known color: Quicksand. HEX triplet: C6, 9B and 93. RGB value is (198,155,147). Sum of RGB (Red+Green+Blue) = 198+155+147=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69B93 is #39646C. Grayscale: #A7A7A7. Windows color (decimal): -3761261 or 9673670. OLE color: 9673670.

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

Color convert

RGB 198 155 147 -
CMYK 0 0.22 0.26 0.22
HSL 9.41º 0.31% 0.68% -
HSV(B) 9.41º 0.26% 0.78% -
XYZ 40.28 37.56 32.73 -
YUV 166.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 198 155 147 0 0.22 0.26 0.22 9.41 0.31 0.68
Hex C6 9B 93 0 16 1A 16 9 1F 44
Octal 306 233 223 0 26 32 26 11 37 104
Binary 11000110 10011011 10010011 0 10110 11010 10110 1001 11111 1000100

Color Harmonies of #C69B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B93

Black with #C69B93

Text Example


Text Example

White with #C69B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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