Html Css Color HEX #C3B2A4 Tide

📋 copy color: '#C3B2A4'

red 195 ◦ green 178 ◦ blue 164

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

Shades of Tide #C3B2A4

Tints of Tide #C3B2A4

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.15%

 BLUE value IS 164 (64.45% from 255) = 30.54%

R = 36.31%
G = 33.15%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C3B2A4 (or 0xC3B2A4) is known color: Tide. HEX triplet: C3, B2 and A4. RGB value is (195,178,164). Sum of RGB (Red+Green+Blue) = 195+178+164=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B2A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B2A4 is #3C4D5B. Grayscale: #B5B5B5. Windows color (decimal): -3951964 or 10793667. OLE color: 10793667.

HSL color Cylindrical-coordinate representation of color #C3B2A4: hue angle of 27.1º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3B2A4 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 178 164 -
CMYK 0 0.09 0.16 0.24
HSL 27.1º 0.21% 0.7% -
HSV(B) 27.1º 0.16% 0.76% -
XYZ 45.13 46.12 41.65 -
YUV 181.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 195 178 164 0 0.09 0.16 0.24 27.1 0.21 0.7
Hex C3 B2 A4 0 9 10 18 1B 15 46
Octal 303 262 244 0 11 20 30 33 25 106
Binary 11000011 10110010 10100100 0 1001 10000 11000 11011 10101 1000110

Color Harmonies of #C3B2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B2A4

Black with #C3B2A4

Text Example


Text Example

White with #C3B2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B2A4; }

 p { color: rgb(195,178,164); }

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

background-color css

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

 a { background-color: rgb(195,178,164); }

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

border-color css

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

 span { border-color: rgb(195,178,164); }

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