Html Css Color HEX #C0BA67 Dark Khaki

📋 copy color: '#C0BA67'

red 192 ◦ green 186 ◦ blue 103

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

Shades of Dark Khaki #C0BA67

Tints of Dark Khaki #C0BA67

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.67%

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

R = 39.92%
G = 38.67%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C0BA67 (or 0xC0BA67) is known color: Dark Khaki. HEX triplet: C0, BA and 67. RGB value is (192,186,103). Sum of RGB (Red+Green+Blue) = 192+186+103=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA67 is #3F4598. Grayscale: #B2B2B2. Windows color (decimal): -4146585 or 6798016. OLE color: 6798016.

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

Color convert

RGB 192 186 103 -
CMYK 0 0.03 0.46 0.25
HSL 55.96º 0.41% 0.58% -
HSV(B) 55.96º 0.46% 0.75% -
XYZ 41.75 47.3 19.76 -
YUV 178.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 192 186 103 0 0.03 0.46 0.25 55.96 0.41 0.58
Hex C0 BA 67 0 3 2E 19 38 29 3A
Octal 300 272 147 0 3 56 31 70 51 72
Binary 11000000 10111010 1100111 0 11 101110 11001 111000 101001 111010

Color Harmonies of #C0BA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA67

Black with #C0BA67

Text Example


Text Example

White with #C0BA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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