Html Css Color HEX #C4B4AA Tide

📋 copy color: '#C4B4AA'

red 196 ◦ green 180 ◦ blue 170

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

Shades of Tide #C4B4AA

Tints of Tide #C4B4AA

RGB

 RED value IS 196 (76.95% from 255) = 35.9%

 GREEN value IS 180 (70.7% from 255) = 32.97%

 BLUE value IS 170 (66.8% from 255) = 31.14%

R = 35.9%
G = 32.97%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C4B4AA (or 0xC4B4AA) is known color: Tide. HEX triplet: C4, B4 and AA. RGB value is (196,180,170). Sum of RGB (Red+Green+Blue) = 196+180+170=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B4AA is #3B4B55. Grayscale: #B7B7B7. Windows color (decimal): -3885910 or 11187396. OLE color: 11187396.

HSL color Cylindrical-coordinate representation of color #C4B4AA: hue angle of 23.08º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4B4AA is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 180 170 -
CMYK 0 0.08 0.13 0.23
HSL 23.08º 0.18% 0.72% -
HSV(B) 23.08º 0.13% 0.77% -
XYZ 46.34 47.28 44.71 -
YUV 183.64 120.3 136.81 -
System Red Green Blue C M Y K H S L
Decimal 196 180 170 0 0.08 0.13 0.23 23.08 0.18 0.72
Hex C4 B4 AA 0 8 D 17 17 12 48
Octal 304 264 252 0 10 15 27 27 22 110
Binary 11000100 10110100 10101010 0 1000 1101 10111 10111 10010 1001000

Color Harmonies of #C4B4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B4AA

Black with #C4B4AA

Text Example


Text Example

White with #C4B4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B4AA; }

 p { color: rgb(196,180,170); }

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

background-color css

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

 a { background-color: rgb(196,180,170); }

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

border-color css

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

 span { border-color: rgb(196,180,170); }

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