Html Css Color HEX #C3B468 Dark Khaki

📋 copy color: '#C3B468'

red 195 ◦ green 180 ◦ blue 104

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

Shades of Dark Khaki #C3B468

Tints of Dark Khaki #C3B468

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.58%

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

R = 40.71%
G = 37.58%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C3B468 (or 0xC3B468) is known color: Dark Khaki. HEX triplet: C3, B4 and 68. RGB value is (195,180,104). Sum of RGB (Red+Green+Blue) = 195+180+104=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B468 is #3C4B97. Grayscale: #B0B0B0. Windows color (decimal): -3951512 or 6862019. OLE color: 6862019.

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

Color convert

RGB 195 180 104 -
CMYK 0 0.08 0.47 0.24
HSL 50.11º 0.43% 0.59% -
HSV(B) 50.11º 0.47% 0.76% -
XYZ 41.33 45.24 19.65 -
YUV 175.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 195 180 104 0 0.08 0.47 0.24 50.11 0.43 0.59
Hex C3 B4 68 0 8 2F 18 32 2B 3B
Octal 303 264 150 0 10 57 30 62 53 73
Binary 11000011 10110100 1101000 0 1000 101111 11000 110010 101011 111011

Color Harmonies of #C3B468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B468

Black with #C3B468

Text Example


Text Example

White with #C3B468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B468; }

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

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

background-color css

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

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

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

border-color css

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

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

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