Html Css Color HEX #C0B569 Dark Khaki

📋 copy color: '#C0B569'

red 192 ◦ green 181 ◦ blue 105

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

Shades of Dark Khaki #C0B569

Tints of Dark Khaki #C0B569

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.87%

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

R = 40.17%
G = 37.87%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0B569 (or 0xC0B569) is known color: Dark Khaki. HEX triplet: C0, B5 and 69. RGB value is (192,181,105). Sum of RGB (Red+Green+Blue) = 192+181+105=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B569 is #3F4A96. Grayscale: #AFAFAF. Windows color (decimal): -4147863 or 6927808. OLE color: 6927808.

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

Color convert

RGB 192 181 105 -
CMYK 0 0.06 0.45 0.25
HSL 52.41º 0.41% 0.58% -
HSV(B) 52.41º 0.45% 0.75% -
XYZ 40.81 45.27 19.95 -
YUV 175.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 192 181 105 0 0.06 0.45 0.25 52.41 0.41 0.58
Hex C0 B5 69 0 6 2D 19 34 29 3A
Octal 300 265 151 0 6 55 31 64 51 72
Binary 11000000 10110101 1101001 0 110 101101 11001 110100 101001 111010

Color Harmonies of #C0B569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B569

Black with #C0B569

Text Example


Text Example

White with #C0B569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B569; }

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

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

background-color css

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

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

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

border-color css

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

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

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