Html Css Color HEX #C0BC67 Dark Khaki

📋 copy color: '#C0BC67'

red 192 ◦ green 188 ◦ blue 103

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

Shades of Dark Khaki #C0BC67

Tints of Dark Khaki #C0BC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.33%

R = 39.75%
G = 38.92%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C0BC67 (or 0xC0BC67) is known color: Dark Khaki. HEX triplet: C0, BC and 67. RGB value is (192,188,103). Sum of RGB (Red+Green+Blue) = 192+188+103=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC67 is #3F4398. Grayscale: #B3B3B3. Windows color (decimal): -4146073 or 6798528. OLE color: 6798528.

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

Color convert

RGB 192 188 103 -
CMYK 0 0.02 0.46 0.25
HSL 57.3º 0.41% 0.58% -
HSV(B) 57.3º 0.46% 0.75% -
XYZ 42.17 48.15 19.9 -
YUV 179.51 84.83 136.91 -
System Red Green Blue C M Y K H S L
Decimal 192 188 103 0 0.02 0.46 0.25 57.3 0.41 0.58
Hex C0 BC 67 0 2 2E 19 39 29 3A
Octal 300 274 147 0 2 56 31 71 51 72
Binary 11000000 10111100 1100111 0 10 101110 11001 111001 101001 111010

Color Harmonies of #C0BC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC67

Black with #C0BC67

Text Example


Text Example

White with #C0BC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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