Html Css Color HEX #C0B669 Dark Khaki

📋 copy color: '#C0B669'

red 192 ◦ green 182 ◦ blue 105

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

Shades of Dark Khaki #C0B669

Tints of Dark Khaki #C0B669

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38%

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

R = 40.08%
G = 38%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0B669 (or 0xC0B669) is known color: Dark Khaki. HEX triplet: C0, B6 and 69. RGB value is (192,182,105). Sum of RGB (Red+Green+Blue) = 192+182+105=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B669 is #3F4996. Grayscale: #B0B0B0. Windows color (decimal): -4147607 or 6928064. OLE color: 6928064.

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

Color convert

RGB 192 182 105 -
CMYK 0 0.05 0.45 0.25
HSL 53.1º 0.41% 0.58% -
HSV(B) 53.1º 0.45% 0.75% -
XYZ 41.02 45.68 20.02 -
YUV 176.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 192 182 105 0 0.05 0.45 0.25 53.1 0.41 0.58
Hex C0 B6 69 0 5 2D 19 35 29 3A
Octal 300 266 151 0 5 55 31 65 51 72
Binary 11000000 10110110 1101001 0 101 101101 11001 110101 101001 111010

Color Harmonies of #C0B669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B669

Black with #C0B669

Text Example


Text Example

White with #C0B669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B669; }

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

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

background-color css

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

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

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

border-color css

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

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

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