Html Css Color HEX #C2AF65 Gimblet

📋 copy color: '#C2AF65'

red 194 ◦ green 175 ◦ blue 101

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

Shades of Gimblet #C2AF65

Tints of Gimblet #C2AF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.49%

R = 41.28%
G = 37.23%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C2AF65 (or 0xC2AF65) is known color: Gimblet. HEX triplet: C2, AF and 65. RGB value is (194,175,101). Sum of RGB (Red+Green+Blue) = 194+175+101=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF65 is #3D509A. Grayscale: #ACACAC. Windows color (decimal): -4018331 or 6664130. OLE color: 6664130.

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

Color convert

RGB 194 175 101 -
CMYK 0 0.10 0.48 0.24
HSL 47.74º 0.43% 0.58% -
HSV(B) 47.74º 0.48% 0.76% -
XYZ 39.93 43.07 18.52 -
YUV 172.25 87.79 143.52 -
System Red Green Blue C M Y K H S L
Decimal 194 175 101 0 0.10 0.48 0.24 47.74 0.43 0.58
Hex C2 AF 65 0 A 30 18 30 2B 3A
Octal 302 257 145 0 12 60 30 60 53 72
Binary 11000010 10101111 1100101 0 1010 110000 11000 110000 101011 111010

Color Harmonies of #C2AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF65

Black with #C2AF65

Text Example


Text Example

White with #C2AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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