Html Css Color HEX #C4C16A Dark Khaki

📋 copy color: '#C4C16A'

red 196 ◦ green 193 ◦ blue 106

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

Shades of Dark Khaki #C4C16A

Tints of Dark Khaki #C4C16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.41%

R = 39.6%
G = 38.99%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4C16A (or 0xC4C16A) is known color: Dark Khaki. HEX triplet: C4, C1 and 6A. RGB value is (196,193,106). Sum of RGB (Red+Green+Blue) = 196+193+106=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C16A is #3B3E95. Grayscale: #B8B8B8. Windows color (decimal): -3882646 or 6996420. OLE color: 6996420.

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

Color convert

RGB 196 193 106 -
CMYK 0 0.02 0.46 0.23
HSL 58º 0.43% 0.59% -
HSV(B) 58º 0.46% 0.77% -
XYZ 44.44 50.92 21.12 -
YUV 183.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 196 193 106 0 0.02 0.46 0.23 58 0.43 0.59
Hex C4 C1 6A 0 2 2E 17 3A 2B 3B
Octal 304 301 152 0 2 56 27 72 53 73
Binary 11000100 11000001 1101010 0 10 101110 10111 111010 101011 111011

Color Harmonies of #C4C16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C16A

Black with #C4C16A

Text Example


Text Example

White with #C4C16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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