Html Css Color HEX #C0B069 Gimblet

📋 copy color: '#C0B069'

red 192 ◦ green 176 ◦ blue 105

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

Shades of Gimblet #C0B069

Tints of Gimblet #C0B069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.21%

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

R = 40.59%
G = 37.21%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0B069 (or 0xC0B069) is known color: Gimblet. HEX triplet: C0, B0 and 69. RGB value is (192,176,105). Sum of RGB (Red+Green+Blue) = 192+176+105=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B069 is #3F4F96. Grayscale: #ACACAC. Windows color (decimal): -4149143 or 6926528. OLE color: 6926528.

HSL color Cylindrical-coordinate representation of color #C0B069: hue angle of 48.97º 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 #C0B069 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 176 105 -
CMYK 0 0.08 0.45 0.25
HSL 48.97º 0.41% 0.58% -
HSV(B) 48.97º 0.45% 0.75% -
XYZ 39.81 43.28 19.62 -
YUV 172.69 89.8 141.77 -
System Red Green Blue C M Y K H S L
Decimal 192 176 105 0 0.08 0.45 0.25 48.97 0.41 0.58
Hex C0 B0 69 0 8 2D 19 31 29 3A
Octal 300 260 151 0 10 55 31 61 51 72
Binary 11000000 10110000 1101001 0 1000 101101 11001 110001 101001 111010

Color Harmonies of #C0B069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B069

Black with #C0B069

Text Example


Text Example

White with #C0B069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B069; }

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

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

background-color css

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

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

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

border-color css

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

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

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