Html Css Color HEX #C0B366 Dark Khaki

📋 copy color: '#C0B366'

red 192 ◦ green 179 ◦ blue 102

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

Shades of Dark Khaki #C0B366

Tints of Dark Khaki #C0B366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.84%

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

R = 40.59%
G = 37.84%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0B366 (or 0xC0B366) is known color: Dark Khaki. HEX triplet: C0, B3 and 66. RGB value is (192,179,102). Sum of RGB (Red+Green+Blue) = 192+179+102=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B366 is #3F4C99. Grayscale: #AEAEAE. Windows color (decimal): -4148378 or 6730688. OLE color: 6730688.

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

Color convert

RGB 192 179 102 -
CMYK 0 0.07 0.47 0.25
HSL 51.33º 0.42% 0.58% -
HSV(B) 51.33º 0.47% 0.75% -
XYZ 40.26 44.41 19.02 -
YUV 174.11 87.31 140.76 -
System Red Green Blue C M Y K H S L
Decimal 192 179 102 0 0.07 0.47 0.25 51.33 0.42 0.58
Hex C0 B3 66 0 7 2F 19 33 2A 3A
Octal 300 263 146 0 7 57 31 63 52 72
Binary 11000000 10110011 1100110 0 111 101111 11001 110011 101010 111010

Color Harmonies of #C0B366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B366

Black with #C0B366

Text Example


Text Example

White with #C0B366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B366; }

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

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

background-color css

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

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

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

border-color css

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

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

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