Html Css Color HEX #C4C068 Dark Khaki

📋 copy color: '#C4C068'

red 196 ◦ green 192 ◦ blue 104

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

Shades of Dark Khaki #C4C068

Tints of Dark Khaki #C4C068

RGB

 RED value IS 196 (76.95% from 255) = 39.84%

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

 BLUE value IS 104 (41.02% from 255) = 21.14%

R = 39.84%
G = 39.02%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C4C068 (or 0xC4C068) is known color: Dark Khaki. HEX triplet: C4, C0 and 68. RGB value is (196,192,104). Sum of RGB (Red+Green+Blue) = 196+192+104=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C068 is #3B3F97. Grayscale: #B7B7B7. Windows color (decimal): -3882904 or 6865092. OLE color: 6865092.

HSL color Cylindrical-coordinate representation of color #C4C068: hue angle of 57.39º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4C068 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 192 104 -
CMYK 0 0.02 0.47 0.23
HSL 57.39º 0.44% 0.59% -
HSV(B) 57.39º 0.47% 0.77% -
XYZ 44.11 50.43 20.51 -
YUV 183.16 83.33 137.16 -
System Red Green Blue C M Y K H S L
Decimal 196 192 104 0 0.02 0.47 0.23 57.39 0.44 0.59
Hex C4 C0 68 0 2 2F 17 39 2C 3B
Octal 304 300 150 0 2 57 27 71 54 73
Binary 11000100 11000000 1101000 0 10 101111 10111 111001 101100 111011

Color Harmonies of #C4C068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C068

Black with #C4C068

Text Example


Text Example

White with #C4C068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C068; }

 p { color: rgb(196,192,104); }

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

background-color css

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

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

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

border-color css

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

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

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