Html Css Color HEX #C0BC65 Dark Khaki

📋 copy color: '#C0BC65'

red 192 ◦ green 188 ◦ blue 101

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

Shades of Dark Khaki #C0BC65

Tints of Dark Khaki #C0BC65

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

 BLUE value IS 101 (39.84% from 255) = 21%

R = 39.92%
G = 39.09%
B = 21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0BC65 (or 0xC0BC65) is known color: Dark Khaki. HEX triplet: C0, BC and 65. RGB value is (192,188,101). Sum of RGB (Red+Green+Blue) = 192+188+101=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC65 is #3F439A. Grayscale: #B3B3B3. Windows color (decimal): -4146075 or 6667456. OLE color: 6667456.

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

Color convert

RGB 192 188 101 -
CMYK 0 0.02 0.47 0.25
HSL 57.36º 0.42% 0.57% -
HSV(B) 57.36º 0.47% 0.75% -
XYZ 42.07 48.11 19.38 -
YUV 179.28 83.83 137.07 -
System Red Green Blue C M Y K H S L
Decimal 192 188 101 0 0.02 0.47 0.25 57.36 0.42 0.57
Hex C0 BC 65 0 2 2F 19 39 2A 39
Octal 300 274 145 0 2 57 31 71 52 71
Binary 11000000 10111100 1100101 0 10 101111 11001 111001 101010 111001

Color Harmonies of #C0BC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC65

Black with #C0BC65

Text Example


Text Example

White with #C0BC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC65; }

 p { color: rgb(192,188,101); }

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

background-color css

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

 a { background-color: rgb(192,188,101); }

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

border-color css

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

 span { border-color: rgb(192,188,101); }

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