Html Css Color HEX #C2AF68 Gimblet

📋 copy color: '#C2AF68'

red 194 ◦ green 175 ◦ blue 104

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

Shades of Gimblet #C2AF68

Tints of Gimblet #C2AF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37%

 BLUE value IS 104 (41.02% from 255) = 21.99%

R = 41.01%
G = 37%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C2AF68 (or 0xC2AF68) is known color: Gimblet. HEX triplet: C2, AF and 68. RGB value is (194,175,104). Sum of RGB (Red+Green+Blue) = 194+175+104=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF68 is #3D5097. Grayscale: #ACACAC. Windows color (decimal): -4018328 or 6860738. OLE color: 6860738.

HSL color Cylindrical-coordinate representation of color #C2AF68: hue angle of 47.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2AF68 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 104 -
CMYK 0 0.10 0.46 0.24
HSL 47.33º 0.42% 0.58% -
HSV(B) 47.33º 0.46% 0.76% -
XYZ 40.08 43.13 19.31 -
YUV 172.59 89.29 143.27 -
System Red Green Blue C M Y K H S L
Decimal 194 175 104 0 0.10 0.46 0.24 47.33 0.42 0.58
Hex C2 AF 68 0 A 2E 18 2F 2A 3A
Octal 302 257 150 0 12 56 30 57 52 72
Binary 11000010 10101111 1101000 0 1010 101110 11000 101111 101010 111010

Color Harmonies of #C2AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF68

Black with #C2AF68

Text Example


Text Example

White with #C2AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF68; }

 p { color: rgb(194,175,104); }

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

background-color css

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

 a { background-color: rgb(194,175,104); }

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

border-color css

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

 span { border-color: rgb(194,175,104); }

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