Html Css Color HEX #C3C068 Dark Khaki

📋 copy color: '#C3C068'

red 195 ◦ green 192 ◦ blue 104

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

Shades of Dark Khaki #C3C068

Tints of Dark Khaki #C3C068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.18%

R = 39.71%
G = 39.1%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C3C068 (or 0xC3C068) is known color: Dark Khaki. HEX triplet: C3, C0 and 68. RGB value is (195,192,104). Sum of RGB (Red+Green+Blue) = 195+192+104=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C068 is #3C3F97. Grayscale: #B7B7B7. Windows color (decimal): -3948440 or 6865091. OLE color: 6865091.

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

Color convert

RGB 195 192 104 -
CMYK 0 0.02 0.47 0.24
HSL 58.02º 0.43% 0.59% -
HSV(B) 58.02º 0.47% 0.76% -
XYZ 43.85 50.3 20.49 -
YUV 182.87 83.49 136.66 -
System Red Green Blue C M Y K H S L
Decimal 195 192 104 0 0.02 0.47 0.24 58.02 0.43 0.59
Hex C3 C0 68 0 2 2F 18 3A 2B 3B
Octal 303 300 150 0 2 57 30 72 53 73
Binary 11000011 11000000 1101000 0 10 101111 11000 111010 101011 111011

Color Harmonies of #C3C068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C068

Black with #C3C068

Text Example


Text Example

White with #C3C068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C068; }

 p { color: rgb(195,192,104); }

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

background-color css

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

 a { background-color: rgb(195,192,104); }

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

border-color css

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

 span { border-color: rgb(195,192,104); }

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