Html Css Color HEX #C2A698 Martini

📋 copy color: '#C2A698'

red 194 ◦ green 166 ◦ blue 152

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

Shades of Martini #C2A698

Tints of Martini #C2A698

RGB

 RED value IS 194 (76.17% from 255) = 37.89%

 GREEN value IS 166 (65.23% from 255) = 32.42%

 BLUE value IS 152 (59.77% from 255) = 29.69%

R = 37.89%
G = 32.42%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C2A698 (or 0xC2A698) is known color: Martini. HEX triplet: C2, A6 and 98. RGB value is (194,166,152). Sum of RGB (Red+Green+Blue) = 194+166+152=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A698 is #3D5967. Grayscale: #ACACAC. Windows color (decimal): -4020584 or 10004162. OLE color: 10004162.

HSL color Cylindrical-coordinate representation of color #C2A698: hue angle of 20º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2A698 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 166 152 -
CMYK 0 0.14 0.22 0.24
HSL 20º 0.26% 0.68% -
HSV(B) 20º 0.22% 0.76% -
XYZ 41.55 41.01 35.43 -
YUV 172.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 194 166 152 0 0.14 0.22 0.24 20 0.26 0.68
Hex C2 A6 98 0 E 16 18 14 1A 44
Octal 302 246 230 0 16 26 30 24 32 104
Binary 11000010 10100110 10011000 0 1110 10110 11000 10100 11010 1000100

Color Harmonies of #C2A698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A698

Black with #C2A698

Text Example


Text Example

White with #C2A698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A698; }

 p { color: rgb(194,166,152); }

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

background-color css

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

 a { background-color: rgb(194,166,152); }

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

border-color css

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

 span { border-color: rgb(194,166,152); }

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