Html Css Color HEX #C2BA65 Dark Khaki

📋 copy color: '#C2BA65'

red 194 ◦ green 186 ◦ blue 101

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

Shades of Dark Khaki #C2BA65

Tints of Dark Khaki #C2BA65

RGB

 RED value IS 194 (76.17% from 255) = 40.33%

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

 BLUE value IS 101 (39.84% from 255) = 21%

R = 40.33%
G = 38.67%
B = 21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C2BA65 (or 0xC2BA65) is known color: Dark Khaki. HEX triplet: C2, BA and 65. RGB value is (194,186,101). Sum of RGB (Red+Green+Blue) = 194+186+101=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA65 is #3D459A. Grayscale: #B3B3B3. Windows color (decimal): -4015515 or 6666946. OLE color: 6666946.

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

Color convert

RGB 194 186 101 -
CMYK 0 0.04 0.48 0.24
HSL 54.84º 0.43% 0.58% -
HSV(B) 54.84º 0.48% 0.76% -
XYZ 42.16 47.53 19.26 -
YUV 178.7 84.15 138.91 -
System Red Green Blue C M Y K H S L
Decimal 194 186 101 0 0.04 0.48 0.24 54.84 0.43 0.58
Hex C2 BA 65 0 4 30 18 37 2B 3A
Octal 302 272 145 0 4 60 30 67 53 72
Binary 11000010 10111010 1100101 0 100 110000 11000 110111 101011 111010

Color Harmonies of #C2BA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA65

Black with #C2BA65

Text Example


Text Example

White with #C2BA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA65; }

 p { color: rgb(194,186,101); }

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

background-color css

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

 a { background-color: rgb(194,186,101); }

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

border-color css

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

 span { border-color: rgb(194,186,101); }

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