Html Css Color HEX #C3BA62 Dark Khaki

📋 copy color: '#C3BA62'

red 195 ◦ green 186 ◦ blue 98

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

Shades of Dark Khaki #C3BA62

Tints of Dark Khaki #C3BA62

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.83%

 BLUE value IS 98 (38.67% from 255) = 20.46%

R = 40.71%
G = 38.83%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C3BA62 (or 0xC3BA62) is known color: Dark Khaki. HEX triplet: C3, BA and 62. RGB value is (195,186,98). Sum of RGB (Red+Green+Blue) = 195+186+98=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA62 is #3C459D. Grayscale: #B3B3B3. Windows color (decimal): -3949982 or 6470339. OLE color: 6470339.

HSL color Cylindrical-coordinate representation of color #C3BA62: hue angle of 54.43º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3BA62 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 186 98 -
CMYK 0 0.05 0.50 0.24
HSL 54.43º 0.45% 0.57% -
HSV(B) 54.43º 0.5% 0.76% -
XYZ 42.27 47.6 18.52 -
YUV 178.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 195 186 98 0 0.05 0.50 0.24 54.43 0.45 0.57
Hex C3 BA 62 0 5 32 18 36 2D 39
Octal 303 272 142 0 5 62 30 66 55 71
Binary 11000011 10111010 1100010 0 101 110010 11000 110110 101101 111001

Color Harmonies of #C3BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA62

Black with #C3BA62

Text Example


Text Example

White with #C3BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA62; }

 p { color: rgb(195,186,98); }

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

background-color css

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

 a { background-color: rgb(195,186,98); }

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

border-color css

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

 span { border-color: rgb(195,186,98); }

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