Html Css Color HEX #C3B5AD Tide

📋 copy color: '#C3B5AD'

red 195 ◦ green 181 ◦ blue 173

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

Shades of Tide #C3B5AD

Tints of Tide #C3B5AD

RGB

 RED value IS 195 (76.56% from 255) = 35.52%

 GREEN value IS 181 (71.09% from 255) = 32.97%

 BLUE value IS 173 (67.97% from 255) = 31.51%

R = 35.52%
G = 32.97%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C3B5AD (or 0xC3B5AD) is known color: Tide. HEX triplet: C3, B5 and AD. RGB value is (195,181,173). Sum of RGB (Red+Green+Blue) = 195+181+173=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B5AD is #3C4A52. Grayscale: #B8B8B8. Windows color (decimal): -3951187 or 11384259. OLE color: 11384259.

HSL color Cylindrical-coordinate representation of color #C3B5AD: hue angle of 21.82º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3B5AD is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 181 173 -
CMYK 0 0.07 0.11 0.24
HSL 21.82º 0.15% 0.72% -
HSV(B) 21.82º 0.11% 0.76% -
XYZ 46.57 47.67 46.28 -
YUV 184.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 195 181 173 0 0.07 0.11 0.24 21.82 0.15 0.72
Hex C3 B5 AD 0 7 B 18 16 F 48
Octal 303 265 255 0 7 13 30 26 17 110
Binary 11000011 10110101 10101101 0 111 1011 11000 10110 1111 1001000

Color Harmonies of #C3B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B5AD

Black with #C3B5AD

Text Example


Text Example

White with #C3B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B5AD; }

 p { color: rgb(195,181,173); }

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

background-color css

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

 a { background-color: rgb(195,181,173); }

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

border-color css

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

 span { border-color: rgb(195,181,173); }

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