Html Css Color HEX #C3B2A5 Tide

📋 copy color: '#C3B2A5'

red 195 ◦ green 178 ◦ blue 165

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

Shades of Tide #C3B2A5

Tints of Tide #C3B2A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.67%

R = 36.25%
G = 33.09%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C3B2A5 (or 0xC3B2A5) is known color: Tide. HEX triplet: C3, B2 and A5. RGB value is (195,178,165). Sum of RGB (Red+Green+Blue) = 195+178+165=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B2A5 is #3C4D5A. Grayscale: #B5B5B5. Windows color (decimal): -3951963 or 10859203. OLE color: 10859203.

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

Color convert

RGB 195 178 165 -
CMYK 0 0.09 0.15 0.24
HSL 26º 0.2% 0.71% -
HSV(B) 26º 0.15% 0.76% -
XYZ 45.22 46.16 42.12 -
YUV 181.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 195 178 165 0 0.09 0.15 0.24 26 0.2 0.71
Hex C3 B2 A5 0 9 F 18 1A 14 47
Octal 303 262 245 0 11 17 30 32 24 107
Binary 11000011 10110010 10100101 0 1001 1111 11000 11010 10100 1000111

Color Harmonies of #C3B2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B2A5

Black with #C3B2A5

Text Example


Text Example

White with #C3B2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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