Html Css Color HEX #C3B7B0 Tide

📋 copy color: '#C3B7B0'

red 195 ◦ green 183 ◦ blue 176

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

Shades of Tide #C3B7B0

Tints of Tide #C3B7B0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.03%

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

R = 35.2%
G = 33.03%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C3B7B0 (or 0xC3B7B0) is known color: Tide. HEX triplet: C3, B7 and B0. RGB value is (195,183,176). Sum of RGB (Red+Green+Blue) = 195+183+176=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B7B0 is #3C484F. Grayscale: #B9B9B9. Windows color (decimal): -3950672 or 11581379. OLE color: 11581379.

HSL color Cylindrical-coordinate representation of color #C3B7B0: hue angle of 22.11º 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 #C3B7B0 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 183 176 -
CMYK 0 0.06 0.10 0.24
HSL 22.11º 0.14% 0.73% -
HSV(B) 22.11º 0.1% 0.76% -
XYZ 47.28 48.6 47.96 -
YUV 185.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 195 183 176 0 0.06 0.10 0.24 22.11 0.14 0.73
Hex C3 B7 B0 0 6 A 18 16 E 49
Octal 303 267 260 0 6 12 30 26 16 111
Binary 11000011 10110111 10110000 0 110 1010 11000 10110 1110 1001001

Color Harmonies of #C3B7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B7B0

Black with #C3B7B0

Text Example


Text Example

White with #C3B7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B7B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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