Html Css Color HEX #C4C067 Dark Khaki

📋 copy color: '#C4C067'

red 196 ◦ green 192 ◦ blue 103

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

Shades of Dark Khaki #C4C067

Tints of Dark Khaki #C4C067

RGB

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

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

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

R = 39.92%
G = 39.1%
B = 20.98%

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

#C4C067 (or 0xC4C067) is known color: Dark Khaki. HEX triplet: C4, C0 and 67. RGB value is (196,192,103). Sum of RGB (Red+Green+Blue) = 196+192+103=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C067 is #3B3F98. Grayscale: #B7B7B7. Windows color (decimal): -3882905 or 6799556. OLE color: 6799556.

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

Color convert

RGB 196 192 103 -
CMYK 0 0.02 0.47 0.23
HSL 57.42º 0.44% 0.59% -
HSV(B) 57.42º 0.47% 0.77% -
XYZ 44.06 50.41 20.24 -
YUV 183.05 82.83 137.24 -
System Red Green Blue C M Y K H S L
Decimal 196 192 103 0 0.02 0.47 0.23 57.42 0.44 0.59
Hex C4 C0 67 0 2 2F 17 39 2C 3B
Octal 304 300 147 0 2 57 27 71 54 73
Binary 11000100 11000000 1100111 0 10 101111 10111 111001 101100 111011

Color Harmonies of #C4C067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C067

Black with #C4C067

Text Example


Text Example

White with #C4C067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C067; }

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

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

background-color css

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

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

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

border-color css

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

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

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