Html Css Color HEX #C3C16A Dark Khaki

📋 copy color: '#C3C16A'

red 195 ◦ green 193 ◦ blue 106

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

Shades of Dark Khaki #C3C16A

Tints of Dark Khaki #C3C16A

RGB

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

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

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

R = 39.47%
G = 39.07%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C3C16A (or 0xC3C16A) is known color: Dark Khaki. HEX triplet: C3, C1 and 6A. RGB value is (195,193,106). Sum of RGB (Red+Green+Blue) = 195+193+106=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C16A is #3C3E95. Grayscale: #B8B8B8. Windows color (decimal): -3948182 or 6996419. OLE color: 6996419.

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

Color convert

RGB 195 193 106 -
CMYK 0 0.01 0.46 0.24
HSL 58.65º 0.43% 0.59% -
HSV(B) 58.65º 0.46% 0.76% -
XYZ 44.18 50.78 21.11 -
YUV 183.68 84.16 136.07 -
System Red Green Blue C M Y K H S L
Decimal 195 193 106 0 0.01 0.46 0.24 58.65 0.43 0.59
Hex C3 C1 6A 0 1 2E 18 3B 2B 3B
Octal 303 301 152 0 1 56 30 73 53 73
Binary 11000011 11000001 1101010 0 1 101110 11000 111011 101011 111011

Color Harmonies of #C3C16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C16A

Black with #C3C16A

Text Example


Text Example

White with #C3C16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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