Html Css Color HEX #C4C069 Dark Khaki

📋 copy color: '#C4C069'

red 196 ◦ green 192 ◦ blue 105

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

Shades of Dark Khaki #C4C069

Tints of Dark Khaki #C4C069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.3%

R = 39.76%
G = 38.95%
B = 21.3%

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

#C4C069 (or 0xC4C069) is known color: Dark Khaki. HEX triplet: C4, C0 and 69. RGB value is (196,192,105). Sum of RGB (Red+Green+Blue) = 196+192+105=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C069 is #3B3F96. Grayscale: #B7B7B7. Windows color (decimal): -3882903 or 6930628. OLE color: 6930628.

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

Color convert

RGB 196 192 105 -
CMYK 0 0.02 0.46 0.23
HSL 57.36º 0.44% 0.59% -
HSV(B) 57.36º 0.46% 0.77% -
XYZ 44.16 50.45 20.78 -
YUV 183.28 83.83 137.07 -
System Red Green Blue C M Y K H S L
Decimal 196 192 105 0 0.02 0.46 0.23 57.36 0.44 0.59
Hex C4 C0 69 0 2 2E 17 39 2C 3B
Octal 304 300 151 0 2 56 27 71 54 73
Binary 11000100 11000000 1101001 0 10 101110 10111 111001 101100 111011

Color Harmonies of #C4C069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C069

Black with #C4C069

Text Example


Text Example

White with #C4C069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C069; }

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

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

background-color css

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

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

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

border-color css

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

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

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