Html Css Color HEX #C0C067 Dark Khaki

📋 copy color: '#C0C067'

red 192 ◦ green 192 ◦ blue 103

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

Shades of Dark Khaki #C0C067

Tints of Dark Khaki #C0C067

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.43%

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

R = 39.43%
G = 39.43%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C0C067 (or 0xC0C067) is known color: Dark Khaki. HEX triplet: C0, C0 and 67. RGB value is (192,192,103). Sum of RGB (Red+Green+Blue) = 192+192+103=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C067 is #3F3F98. Grayscale: #B6B6B6. Windows color (decimal): -4145049 or 6799552. OLE color: 6799552.

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

Color convert

RGB 192 192 103 -
CMYK 0 0 0.46 0.25
HSL 60º 0.41% 0.58% -
HSV(B) 60º 0.46% 0.75% -
XYZ 43.04 49.89 20.19 -
YUV 181.85 83.5 135.24 -
System Red Green Blue C M Y K H S L
Decimal 192 192 103 0 0 0.46 0.25 60 0.41 0.58
Hex C0 C0 67 0 0 2E 19 3C 29 3A
Octal 300 300 147 0 0 56 31 74 51 72
Binary 11000000 11000000 1100111 0 0 101110 11001 111100 101001 111010

Color Harmonies of #C0C067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C067

Black with #C0C067

Text Example


Text Example

White with #C0C067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C067; }

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

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

background-color css

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

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

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

border-color css

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

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

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