Html Css Color HEX #C0BB66 Dark Khaki

📋 copy color: '#C0BB66'

red 192 ◦ green 187 ◦ blue 102

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

Shades of Dark Khaki #C0BB66

Tints of Dark Khaki #C0BB66

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.88%

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

R = 39.92%
G = 38.88%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0BB66 (or 0xC0BB66) is known color: Dark Khaki. HEX triplet: C0, BB and 66. RGB value is (192,187,102). Sum of RGB (Red+Green+Blue) = 192+187+102=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB66 is #3F4499. Grayscale: #B3B3B3. Windows color (decimal): -4146330 or 6732736. OLE color: 6732736.

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

Color convert

RGB 192 187 102 -
CMYK 0 0.03 0.47 0.25
HSL 56.67º 0.42% 0.58% -
HSV(B) 56.67º 0.47% 0.75% -
XYZ 41.91 47.71 19.57 -
YUV 178.81 84.66 137.41 -
System Red Green Blue C M Y K H S L
Decimal 192 187 102 0 0.03 0.47 0.25 56.67 0.42 0.58
Hex C0 BB 66 0 3 2F 19 39 2A 3A
Octal 300 273 146 0 3 57 31 71 52 72
Binary 11000000 10111011 1100110 0 11 101111 11001 111001 101010 111010

Color Harmonies of #C0BB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB66

Black with #C0BB66

Text Example


Text Example

White with #C0BB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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