Html Css Color HEX #C0B566 Dark Khaki

📋 copy color: '#C0B566'

red 192 ◦ green 181 ◦ blue 102

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

Shades of Dark Khaki #C0B566

Tints of Dark Khaki #C0B566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.47%

R = 40.42%
G = 38.11%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0B566 (or 0xC0B566) is known color: Dark Khaki. HEX triplet: C0, B5 and 66. RGB value is (192,181,102). Sum of RGB (Red+Green+Blue) = 192+181+102=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B566 is #3F4A99. Grayscale: #AFAFAF. Windows color (decimal): -4147866 or 6731200. OLE color: 6731200.

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

Color convert

RGB 192 181 102 -
CMYK 0 0.06 0.47 0.25
HSL 52.67º 0.42% 0.58% -
HSV(B) 52.67º 0.47% 0.75% -
XYZ 40.66 45.21 19.15 -
YUV 175.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 192 181 102 0 0.06 0.47 0.25 52.67 0.42 0.58
Hex C0 B5 66 0 6 2F 19 35 2A 3A
Octal 300 265 146 0 6 57 31 65 52 72
Binary 11000000 10110101 1100110 0 110 101111 11001 110101 101010 111010

Color Harmonies of #C0B566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B566

Black with #C0B566

Text Example


Text Example

White with #C0B566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B566; }

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

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

background-color css

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

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

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

border-color css

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

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

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