Html Css Color HEX #C1968A Quicksand

📋 copy color: '#C1968A'

red 193 ◦ green 150 ◦ blue 138

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

Shades of Quicksand #C1968A

Tints of Quicksand #C1968A

RGB

 RED value IS 193 (75.78% from 255) = 40.12%

 GREEN value IS 150 (58.98% from 255) = 31.19%

 BLUE value IS 138 (54.3% from 255) = 28.69%

R = 40.12%
G = 31.19%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1968A (or 0xC1968A) is known color: Quicksand. HEX triplet: C1, 96 and 8A. RGB value is (193,150,138). Sum of RGB (Red+Green+Blue) = 193+150+138=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1968A is #3E6975. Grayscale: #A1A1A1. Windows color (decimal): -4090230 or 9082561. OLE color: 9082561.

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

Color convert

RGB 193 150 138 -
CMYK 0 0.22 0.28 0.24
HSL 13.09º 0.31% 0.65% -
HSV(B) 13.09º 0.28% 0.76% -
XYZ 37.49 34.99 28.82 -
YUV 161.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 193 150 138 0 0.22 0.28 0.24 13.09 0.31 0.65
Hex C1 96 8A 0 16 1C 18 D 1F 41
Octal 301 226 212 0 26 34 30 15 37 101
Binary 11000001 10010110 10001010 0 10110 11100 11000 1101 11111 1000001

Color Harmonies of #C1968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1968A

Black with #C1968A

Text Example


Text Example

White with #C1968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1968A; }

 p { color: rgb(193,150,138); }

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

background-color css

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

 a { background-color: rgb(193,150,138); }

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

border-color css

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

 span { border-color: rgb(193,150,138); }

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