Html Css Color HEX #C3B9B0 Tide

📋 copy color: '#C3B9B0'

red 195 ◦ green 185 ◦ blue 176

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

Shades of Tide #C3B9B0

Tints of Tide #C3B9B0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.27%

 BLUE value IS 176 (69.14% from 255) = 31.65%

R = 35.07%
G = 33.27%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C3B9B0 (or 0xC3B9B0) is known color: Tide. HEX triplet: C3, B9 and B0. RGB value is (195,185,176). Sum of RGB (Red+Green+Blue) = 195+185+176=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B9B0 is #3C464F. Grayscale: #BBBBBB. Windows color (decimal): -3950160 or 11581891. OLE color: 11581891.

HSL color Cylindrical-coordinate representation of color #C3B9B0: hue angle of 28.42º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3B9B0 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 185 176 -
CMYK 0 0.05 0.10 0.24
HSL 28.42º 0.14% 0.73% -
HSV(B) 28.42º 0.1% 0.76% -
XYZ 47.69 49.43 48.1 -
YUV 186.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 195 185 176 0 0.05 0.10 0.24 28.42 0.14 0.73
Hex C3 B9 B0 0 5 A 18 1C E 49
Octal 303 271 260 0 5 12 30 34 16 111
Binary 11000011 10111001 10110000 0 101 1010 11000 11100 1110 1001001

Color Harmonies of #C3B9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B9B0

Black with #C3B9B0

Text Example


Text Example

White with #C3B9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B9B0; }

 p { color: rgb(195,185,176); }

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

background-color css

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

 a { background-color: rgb(195,185,176); }

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

border-color css

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

 span { border-color: rgb(195,185,176); }

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