Html Css Color HEX #C4C367 Dark Khaki

📋 copy color: '#C4C367'

red 196 ◦ green 195 ◦ blue 103

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

Shades of Dark Khaki #C4C367

Tints of Dark Khaki #C4C367

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.47%

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

R = 39.68%
G = 39.47%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C4C367 (or 0xC4C367) is known color: Dark Khaki. HEX triplet: C4, C3 and 67. RGB value is (196,195,103). Sum of RGB (Red+Green+Blue) = 196+195+103=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C367 is #3B3C98. Grayscale: #B9B9B9. Windows color (decimal): -3882137 or 6800324. OLE color: 6800324.

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

Color convert

RGB 196 195 103 -
CMYK 0 0.01 0.47 0.23
HSL 59.35º 0.44% 0.59% -
HSV(B) 59.35º 0.47% 0.77% -
XYZ 44.73 51.75 20.46 -
YUV 184.81 81.83 135.98 -
System Red Green Blue C M Y K H S L
Decimal 196 195 103 0 0.01 0.47 0.23 59.35 0.44 0.59
Hex C4 C3 67 0 1 2F 17 3B 2C 3B
Octal 304 303 147 0 1 57 27 73 54 73
Binary 11000100 11000011 1100111 0 1 101111 10111 111011 101100 111011

Color Harmonies of #C4C367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C367

Black with #C4C367

Text Example


Text Example

White with #C4C367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C367; }

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

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

background-color css

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

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

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

border-color css

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

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

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