Html Css Color HEX #C0AE69 Gimblet

📋 copy color: '#C0AE69'

red 192 ◦ green 174 ◦ blue 105

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

Shades of Gimblet #C0AE69

Tints of Gimblet #C0AE69

RGB

 RED value IS 192 (75.39% from 255) = 40.76%

 GREEN value IS 174 (68.36% from 255) = 36.94%

 BLUE value IS 105 (41.41% from 255) = 22.29%

R = 40.76%
G = 36.94%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0AE69 (or 0xC0AE69) is known color: Gimblet. HEX triplet: C0, AE and 69. RGB value is (192,174,105). Sum of RGB (Red+Green+Blue) = 192+174+105=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE69 is #3F5196. Grayscale: #ABABAB. Windows color (decimal): -4149655 or 6926016. OLE color: 6926016.

HSL color Cylindrical-coordinate representation of color #C0AE69: hue angle of 47.59º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0AE69 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 174 105 -
CMYK 0 0.09 0.45 0.25
HSL 47.59º 0.41% 0.58% -
HSV(B) 47.59º 0.45% 0.75% -
XYZ 39.42 42.5 19.49 -
YUV 171.52 90.46 142.61 -
System Red Green Blue C M Y K H S L
Decimal 192 174 105 0 0.09 0.45 0.25 47.59 0.41 0.58
Hex C0 AE 69 0 9 2D 19 30 29 3A
Octal 300 256 151 0 11 55 31 60 51 72
Binary 11000000 10101110 1101001 0 1001 101101 11001 110000 101001 111010

Color Harmonies of #C0AE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE69

Black with #C0AE69

Text Example


Text Example

White with #C0AE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE69; }

 p { color: rgb(192,174,105); }

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

background-color css

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

 a { background-color: rgb(192,174,105); }

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

border-color css

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

 span { border-color: rgb(192,174,105); }

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