Html Css Color HEX #C4C168 Dark Khaki

📋 copy color: '#C4C168'

red 196 ◦ green 193 ◦ blue 104

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

Shades of Dark Khaki #C4C168

Tints of Dark Khaki #C4C168

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.15%

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

R = 39.76%
G = 39.15%
B = 21.1%

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

#C4C168 (or 0xC4C168) is known color: Dark Khaki. HEX triplet: C4, C1 and 68. RGB value is (196,193,104). Sum of RGB (Red+Green+Blue) = 196+193+104=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C168 is #3B3E97. Grayscale: #B8B8B8. Windows color (decimal): -3882648 or 6865348. OLE color: 6865348.

HSL color Cylindrical-coordinate representation of color #C4C168: hue angle of 58.04º 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 #C4C168 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 193 104 -
CMYK 0 0.02 0.47 0.23
HSL 58.04º 0.44% 0.59% -
HSV(B) 58.04º 0.47% 0.77% -
XYZ 44.33 50.88 20.58 -
YUV 183.75 82.99 136.74 -
System Red Green Blue C M Y K H S L
Decimal 196 193 104 0 0.02 0.47 0.23 58.04 0.44 0.59
Hex C4 C1 68 0 2 2F 17 3A 2C 3B
Octal 304 301 150 0 2 57 27 72 54 73
Binary 11000100 11000001 1101000 0 10 101111 10111 111010 101100 111011

Color Harmonies of #C4C168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C168

Black with #C4C168

Text Example


Text Example

White with #C4C168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C168; }

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

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

background-color css

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

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

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

border-color css

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

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

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